#0CAEB2

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

Shades of Light Sea Green #0CAEB2

Tints of Light Sea Green #0CAEB2

Color information

#0CAEB2 (or 0x0CAEB2) is unknown color: approx Light Sea Green. HEX triplet: 0C, AE and B2. RGB value is (12,174,178). Sum of RGB (Red+Green+Blue) = 12+174+178=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 178 - color contains mainly: blue. Hex color #0CAEB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAEB2 is #F3514D. Grayscale: #7D7D7D. Windows color (decimal): -15946062 or 11709964. OLE color: 11709964.

HSL color Cylindrical-coordinate representation of color #0CAEB2: hue angle of 181.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAEB2 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12174178-
CMYK0.930.0200.30
HSL181.45º87.37%37.25%-
HSV(B)181.45º93.26%69.8%-
XYZ23.3233.5647.37-
YUV126.02157.3346.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.30%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 178 (69.92% from 255) = 48.90%
R=3.30%
G=47.80%
B=48.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121741780.930.0200.30181.4587.3737.25
HexCAEB25D201Eb55725
Octal14256262135203626512745
Binary11001010111010110010101110110011110101101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CAEB2; }

 p { color: rgb(12,174,178); }

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

<style>
 a { background-color: #0CAEB2; }

 a { background-color: rgb(12,174,178); }

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

<style>
 span { border-color: #0CAEB2; }

 span { border-color: rgb(12,174,178); }

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