#30AEAF

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

Shades of Light Sea Green #30AEAF

Tints of Light Sea Green #30AEAF

Color information

#30AEAF (or 0x30AEAF) is unknown color: approx Light Sea Green. HEX triplet: 30, AE and AF. RGB value is (48,174,175). Sum of RGB (Red+Green+Blue) = 48+174+175=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #30AEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AEAF is #CF5150. Grayscale: #888888. Windows color (decimal): -13586769 or 11513392. OLE color: 11513392.

HSL color Cylindrical-coordinate representation of color #30AEAF: hue angle of 180.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30AEAF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48174175-
CMYK0.730.0100.31
HSL180.47º56.95%43.73%-
HSV(B)180.47º72.57%68.63%-
XYZ24.093445.85-
YUV136.44149.7664.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.09%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=12.09%
G=43.83%
B=44.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481741750.730.0100.31180.4756.9543.73
Hex30AEAF49101Fb4392c
Octal6025625711110372647154
Binary11000010101110101011111001001101111110110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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