Html Css Color HEX #0CBAA6 Light Sea Green

📋 copy color: '#0CBAA6'

red 12 ◦ green 186 ◦ blue 166

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

Shades of Light Sea Green #0CBAA6

Tints of Light Sea Green #0CBAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.1%

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 3.3%
G = 51.1%
B = 45.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#0CBAA6 (or 0x0CBAA6) is known color: Light Sea Green. HEX triplet: 0C, BA and A6. RGB value is (12,186,166). Sum of RGB (Red+Green+Blue) = 12+186+166=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA6 is #F34559. Grayscale: #838383. Windows color (decimal): -15943002 or 10926604. OLE color: 10926604.

HSL color Cylindrical-coordinate representation of color #0CBAA6: hue angle of 173.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBAA6 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 166 -
CMYK 0.94 0 0.11 0.27
HSL 173.1º 0.88% 0.39% -
HSV(B) 173.1º 0.94% 0.73% -
XYZ 24.59 37.95 42.11 -
YUV 131.69 147.35 42.63 -
System Red Green Blue C M Y K H S L
Decimal 12 186 166 0.94 0 0.11 0.27 173.1 0.88 0.39
Hex C BA A6 5E 0 B 1B AD 58 27
Octal 14 272 246 136 0 13 33 255 130 47
Binary 1100 10111010 10100110 1011110 0 1011 11011 10101101 1011000 100111

Color Harmonies of #0CBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAA6

Black with #0CBAA6

Text Example


Text Example

White with #0CBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,186,166); }

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

background-color css

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

 a { background-color: rgb(12,186,166); }

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

border-color css

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

 span { border-color: rgb(12,186,166); }

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