Html Css Color HEX #0CBAA5 Light Sea Green

📋 copy color: '#0CBAA5'

red 12 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #0CBAA5

Tints of Light Sea Green #0CBAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 3.31%
G = 51.24%
B = 45.45%

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

#0CBAA5 (or 0x0CBAA5) is known color: Light Sea Green. HEX triplet: 0C, BA and A5. RGB value is (12,186,165). Sum of RGB (Red+Green+Blue) = 12+186+165=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA5 is #F3455A. Grayscale: #838383. Windows color (decimal): -15943003 or 10861068. OLE color: 10861068.

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

Color convert

RGB 12 186 165 -
CMYK 0.94 0 0.11 0.27
HSL 172.76º 0.88% 0.39% -
HSV(B) 172.76º 0.94% 0.73% -
XYZ 24.5 37.91 41.62 -
YUV 131.58 146.85 42.71 -
System Red Green Blue C M Y K H S L
Decimal 12 186 165 0.94 0 0.11 0.27 172.76 0.88 0.39
Hex C BA A5 5E 0 B 1B AD 58 27
Octal 14 272 245 136 0 13 33 255 130 47
Binary 1100 10111010 10100101 1011110 0 1011 11011 10101101 1011000 100111

Color Harmonies of #0CBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAA5

Black with #0CBAA5

Text Example


Text Example

White with #0CBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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