#30B7AB

Color #30B7AB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #30B7AB

Tints of Light Sea Green #30B7AB

Color information

#30B7AB (or 0x30B7AB) is unknown color: approx Light Sea Green. HEX triplet: 30, B7 and AB. RGB value is (48,183,171). Sum of RGB (Red+Green+Blue) = 48+183+171=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7AB is #CF4854. Grayscale: #8D8D8D. Windows color (decimal): -13584469 or 11253552. OLE color: 11253552.

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

Color convert

RGB48183171-
CMYK0.7400.070.28
HSL174.67º58.44%45.29%-
HSV(B)174.67º73.77%71.76%-
XYZ25.537.4444.41-
YUV141.27144.7761.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.94%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=11.94%
G=45.52%
B=42.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831710.7400.070.28174.6758.4445.29
Hex30B7AB4A071Caf3a2d
Octal6026725311207342577255
Binary1100001011011110101011100101001111110010101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,171); }

 H1.HeaderClassName
 {
   color: #30B7AB;
 }
 .AnyTagClassName
 {
   color: #30B7AB;
 }
</style>
background-color css

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

 a { background-color: rgb(48,183,171); }

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

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

 span { border-color: rgb(48,183,171); }

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