Html Css Color HEX #0CB8AE Light Sea Green

📋 copy color: '#0CB8AE'

red 12 ◦ green 184 ◦ blue 174

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

Shades of Light Sea Green #0CB8AE

Tints of Light Sea Green #0CB8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.73%

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 3.24%
G = 49.73%
B = 47.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#0CB8AE (or 0x0CB8AE) is known color: Light Sea Green. HEX triplet: 0C, B8 and AE. RGB value is (12,184,174). Sum of RGB (Red+Green+Blue) = 12+184+174=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB8AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB8AE is #F34751. Grayscale: #838383. Windows color (decimal): -15943506 or 11450380. OLE color: 11450380.

HSL color Cylindrical-coordinate representation of color #0CB8AE: hue angle of 176.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB8AE is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 174 -
CMYK 0.93 0 0.05 0.28
HSL 176.51º 0.88% 0.38% -
HSV(B) 176.51º 0.93% 0.72% -
XYZ 24.93 37.42 45.95 -
YUV 131.43 152.02 42.81 -
System Red Green Blue C M Y K H S L
Decimal 12 184 174 0.93 0 0.05 0.28 176.51 0.88 0.38
Hex C B8 AE 5D 0 5 1C B1 58 26
Octal 14 270 256 135 0 5 34 261 130 46
Binary 1100 10111000 10101110 1011101 0 101 11100 10110001 1011000 100110

Color Harmonies of #0CB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB8AE

Black with #0CB8AE

Text Example


Text Example

White with #0CB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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