Html Css Color HEX #0CB6AF Light Sea Green

📋 copy color: '#0CB6AF'

red 12 ◦ green 182 ◦ blue 175

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

Shades of Light Sea Green #0CB6AF

Tints of Light Sea Green #0CB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.32%

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

R = 3.25%
G = 49.32%
B = 47.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#0CB6AF (or 0x0CB6AF) is known color: Light Sea Green. HEX triplet: 0C, B6 and AF. RGB value is (12,182,175). Sum of RGB (Red+Green+Blue) = 12+182+175=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB6AF is #F34950. Grayscale: #828282. Windows color (decimal): -15944017 or 11515404. OLE color: 11515404.

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

Color convert

RGB 12 182 175 -
CMYK 0.93 0 0.04 0.29
HSL 177.53º 0.88% 0.38% -
HSV(B) 177.53º 0.93% 0.71% -
XYZ 24.62 36.63 46.33 -
YUV 130.37 153.18 43.57 -
System Red Green Blue C M Y K H S L
Decimal 12 182 175 0.93 0 0.04 0.29 177.53 0.88 0.38
Hex C B6 AF 5D 0 4 1D B2 58 26
Octal 14 266 257 135 0 4 35 262 130 46
Binary 1100 10110110 10101111 1011101 0 100 11101 10110010 1011000 100110

Color Harmonies of #0CB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB6AF

Black with #0CB6AF

Text Example


Text Example

White with #0CB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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