Html Css Color HEX #30B6A8 Light Sea Green

📋 copy color: '#30B6A8'

red 48 ◦ green 182 ◦ blue 168

#30B6A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30B6A8

Tints of Light Sea Green #30B6A8

RGB

 RED value IS 48 (19.14% from 255) = 12.06%

 GREEN value IS 182 (71.48% from 255) = 45.73%

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 12.06%
G = 45.73%
B = 42.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30B6A8 (or 0x30B6A8) is known color: Light Sea Green. HEX triplet: 30, B6 and A8. RGB value is (48,182,168). Sum of RGB (Red+Green+Blue) = 48+182+168=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #30B6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B6A8 is #CF4957. Grayscale: #8C8C8C. Windows color (decimal): -13584728 or 11056688. OLE color: 11056688.

HSL color Cylindrical-coordinate representation of color #30B6A8: hue angle of 173.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B6A8 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 182 168 -
CMYK 0.74 0 0.08 0.29
HSL 173.73º 0.58% 0.45% -
HSV(B) 173.73º 0.74% 0.71% -
XYZ 25.01 36.91 42.85 -
YUV 140.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 48 182 168 0.74 0 0.08 0.29 173.73 0.58 0.45
Hex 30 B6 A8 4A 0 8 1D AE 3A 2D
Octal 60 266 250 112 0 10 35 256 72 55
Binary 110000 10110110 10101000 1001010 0 1000 11101 10101110 111010 101101

Color Harmonies of #30B6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B6A8

Black with #30B6A8

Text Example


Text Example

White with #30B6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30B6A8; }

 p { color: rgb(48,182,168); }

 H1.HeaderClassName
 {
   color: #30B6A8;
 }
 .AnyTagClassName
 {
   color: #30B6A8;
 }
</style>

background-color css

<style>
 a { background-color: #30B6A8; }

 a { background-color: rgb(48,182,168); }

 div.DivClassName
 {
   background-color: #30B6A8;
 }
 .BgClassName
 {
   background-color: #30B6A8;
 }
</style>

border-color css

<style>
 span { border-color: #30B6A8; }

 span { border-color: rgb(48,182,168); }

 td.TdClassName
 {
   border-color: #30B6A8;
 }
 .TagClassName
 {
   border-color: #30B6A8;
 }
</style>