#30BAAF

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

Shades of Light Sea Green #30BAAF

Tints of Light Sea Green #30BAAF

Color information

#30BAAF (or 0x30BAAF) is unknown color: approx Light Sea Green. HEX triplet: 30, BA and AF. RGB value is (48,186,175). Sum of RGB (Red+Green+Blue) = 48+186+175=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BAAF is #CF4550. Grayscale: #8F8F8F. Windows color (decimal): -13583697 or 11516464. OLE color: 11516464.

HSL color Cylindrical-coordinate representation of color #30BAAF: hue angle of 175.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAAF is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB48186175-
CMYK0.7400.060.27
HSL175.22º58.97%45.88%-
HSV(B)175.22º74.19%72.94%-
XYZ26.5238.8446.66-
YUV143.48145.7859.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.74%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=11.74%
G=45.48%
B=42.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861750.7400.060.27175.2258.9745.88
Hex30BAAF4A061Baf3b2e
Octal6027225711206332577356
Binary1100001011101010101111100101001101101110101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,175); }

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

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

 a { background-color: rgb(48,186,175); }

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

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

 span { border-color: rgb(48,186,175); }

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