Html Css Color HEX #0CBFAF Light Sea Green

📋 copy color: '#0CBFAF'

red 12 ◦ green 191 ◦ blue 175

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

Shades of Light Sea Green #0CBFAF

Tints of Light Sea Green #0CBFAF

RGB

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

 GREEN value IS 191 (75% from 255) = 50.53%

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

R = 3.17%
G = 50.53%
B = 46.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#0CBFAF (or 0x0CBFAF) is known color: Light Sea Green. HEX triplet: 0C, BF and AF. RGB value is (12,191,175). Sum of RGB (Red+Green+Blue) = 12+191+175=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBFAF is #F34050. Grayscale: #878787. Windows color (decimal): -15941713 or 11517708. OLE color: 11517708.

HSL color Cylindrical-coordinate representation of color #0CBFAF: hue angle of 174.64º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFAF is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 191 175 -
CMYK 0.94 0 0.08 0.25
HSL 174.64º 0.88% 0.4% -
HSV(B) 174.64º 0.94% 0.75% -
XYZ 26.52 40.43 46.96 -
YUV 135.66 150.2 39.8 -
System Red Green Blue C M Y K H S L
Decimal 12 191 175 0.94 0 0.08 0.25 174.64 0.88 0.4
Hex C BF AF 5E 0 8 19 AF 58 28
Octal 14 277 257 136 0 10 31 257 130 50
Binary 1100 10111111 10101111 1011110 0 1000 11001 10101111 1011000 101000

Color Harmonies of #0CBFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBFAF

Black with #0CBFAF

Text Example


Text Example

White with #0CBFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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