Html Css Color HEX #0CBBA5 Light Sea Green

📋 copy color: '#0CBBA5'

red 12 ◦ green 187 ◦ blue 165

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

Shades of Light Sea Green #0CBBA5

Tints of Light Sea Green #0CBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.37%

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

R = 3.3%
G = 51.37%
B = 45.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#0CBBA5 (or 0x0CBBA5) is known color: Light Sea Green. HEX triplet: 0C, BB and A5. RGB value is (12,187,165). Sum of RGB (Red+Green+Blue) = 12+187+165=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBBA5 is #F3445A. Grayscale: #848484. Windows color (decimal): -15942747 or 10861324. OLE color: 10861324.

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

Color convert

RGB 12 187 165 -
CMYK 0.94 0 0.12 0.27
HSL 172.46º 0.88% 0.39% -
HSV(B) 172.46º 0.94% 0.73% -
XYZ 24.71 38.34 41.69 -
YUV 132.17 146.52 42.29 -
System Red Green Blue C M Y K H S L
Decimal 12 187 165 0.94 0 0.12 0.27 172.46 0.88 0.39
Hex C BB A5 5E 0 C 1B AC 58 27
Octal 14 273 245 136 0 14 33 254 130 47
Binary 1100 10111011 10100101 1011110 0 1100 11011 10101100 1011000 100111

Color Harmonies of #0CBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBBA5

Black with #0CBBA5

Text Example


Text Example

White with #0CBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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