Html Css Color HEX #0CBAA2 Light Sea Green

📋 copy color: '#0CBAA2'

red 12 ◦ green 186 ◦ blue 162

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

Shades of Light Sea Green #0CBAA2

Tints of Light Sea Green #0CBAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45%

R = 3.33%
G = 51.67%
B = 45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#0CBAA2 (or 0x0CBAA2) is known color: Light Sea Green. HEX triplet: 0C, BA and A2. RGB value is (12,186,162). Sum of RGB (Red+Green+Blue) = 12+186+162=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA2 is #F3455D. Grayscale: #838383. Windows color (decimal): -15943006 or 10664460. OLE color: 10664460.

HSL color Cylindrical-coordinate representation of color #0CBAA2: hue angle of 171.72º 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 #0CBAA2 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 186 162 -
CMYK 0.94 0 0.13 0.27
HSL 171.72º 0.88% 0.39% -
HSV(B) 171.72º 0.94% 0.73% -
XYZ 24.23 37.8 40.2 -
YUV 131.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 12 186 162 0.94 0 0.13 0.27 171.72 0.88 0.39
Hex C BA A2 5E 0 D 1B AC 58 27
Octal 14 272 242 136 0 15 33 254 130 47
Binary 1100 10111010 10100010 1011110 0 1101 11011 10101100 1011000 100111

Color Harmonies of #0CBAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAA2

Black with #0CBAA2

Text Example


Text Example

White with #0CBAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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