Html Css Color HEX #0CBDB0 Light Sea Green

📋 copy color: '#0CBDB0'

red 12 ◦ green 189 ◦ blue 176

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

Shades of Light Sea Green #0CBDB0

Tints of Light Sea Green #0CBDB0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.13%

 BLUE value IS 176 (69.14% from 255) = 46.68%

R = 3.18%
G = 50.13%
B = 46.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#0CBDB0 (or 0x0CBDB0) is known color: Light Sea Green. HEX triplet: 0C, BD and B0. RGB value is (12,189,176). Sum of RGB (Red+Green+Blue) = 12+189+176=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBDB0 is #F3424F. Grayscale: #868686. Windows color (decimal): -15942224 or 11582732. OLE color: 11582732.

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

Color convert

RGB 12 189 176 -
CMYK 0.94 0 0.07 0.26
HSL 175.59º 0.88% 0.39% -
HSV(B) 175.59º 0.94% 0.74% -
XYZ 26.19 39.61 47.34 -
YUV 134.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 12 189 176 0.94 0 0.07 0.26 175.59 0.88 0.39
Hex C BD B0 5E 0 7 1A B0 58 27
Octal 14 275 260 136 0 7 32 260 130 47
Binary 1100 10111101 10110000 1011110 0 111 11010 10110000 1011000 100111

Color Harmonies of #0CBDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBDB0

Black with #0CBDB0

Text Example


Text Example

White with #0CBDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,189,176); }

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

background-color css

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

 a { background-color: rgb(12,189,176); }

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

border-color css

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

 span { border-color: rgb(12,189,176); }

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