Html Css Color HEX #0CAAAF Light Sea Green

📋 copy color: '#0CAAAF'

red 12 ◦ green 170 ◦ blue 175

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

Shades of Light Sea Green #0CAAAF

Tints of Light Sea Green #0CAAAF

RGB

 RED value IS 12 (5.08% from 255) = 3.36%

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 3.36%
G = 47.62%
B = 49.02%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0CAAAF (or 0x0CAAAF) is known color: Light Sea Green. HEX triplet: 0C, AA and AF. RGB value is (12,170,175). Sum of RGB (Red+Green+Blue) = 12+170+175=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #0CAAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAAAF is #F35550. Grayscale: #7B7B7B. Windows color (decimal): -15947089 or 11512332. OLE color: 11512332.

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

Color convert

RGB 12 170 175 -
CMYK 0.93 0.03 0 0.31
HSL 181.84º 0.87% 0.37% -
HSV(B) 181.84º 0.93% 0.69% -
XYZ 22.26 31.92 45.55 -
YUV 123.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 12 170 175 0.93 0.03 0 0.31 181.84 0.87 0.37
Hex C AA AF 5D 3 0 1F B6 57 25
Octal 14 252 257 135 3 0 37 266 127 45
Binary 1100 10101010 10101111 1011101 11 0 11111 10110110 1010111 100101

Color Harmonies of #0CAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAAAF

Black with #0CAAAF

Text Example


Text Example

White with #0CAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,175); }

 H1.HeaderClassName
 {
   color: #0CAAAF;
 }
 .AnyTagClassName
 {
   color: #0CAAAF;
 }
</style>

background-color css

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

 a { background-color: rgb(12,170,175); }

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

border-color css

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

 span { border-color: rgb(12,170,175); }

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