Html Css Color HEX #0CBAA8 Light Sea Green

📋 copy color: '#0CBAA8'

red 12 ◦ green 186 ◦ blue 168

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

Shades of Light Sea Green #0CBAA8

Tints of Light Sea Green #0CBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.9%

R = 3.28%
G = 50.82%
B = 45.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#0CBAA8 (or 0x0CBAA8) is known color: Light Sea Green. HEX triplet: 0C, BA and A8. RGB value is (12,186,168). Sum of RGB (Red+Green+Blue) = 12+186+168=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBAA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBAA8 is #F34557. Grayscale: #838383. Windows color (decimal): -15943000 or 11057676. OLE color: 11057676.

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

Color convert

RGB 12 186 168 -
CMYK 0.94 0 0.10 0.27
HSL 173.79º 0.88% 0.39% -
HSV(B) 173.79º 0.94% 0.73% -
XYZ 24.78 38.02 43.08 -
YUV 131.92 148.35 42.46 -
System Red Green Blue C M Y K H S L
Decimal 12 186 168 0.94 0 0.10 0.27 173.79 0.88 0.39
Hex C BA A8 5E 0 A 1B AE 58 27
Octal 14 272 250 136 0 12 33 256 130 47
Binary 1100 10111010 10101000 1011110 0 1010 11011 10101110 1011000 100111

Color Harmonies of #0CBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBAA8

Black with #0CBAA8

Text Example


Text Example

White with #0CBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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