Html Css Color HEX #0CBDB3 Light Sea Green

📋 copy color: '#0CBDB3'

red 12 ◦ green 189 ◦ blue 179

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

Shades of Light Sea Green #0CBDB3

Tints of Light Sea Green #0CBDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.11%

R = 3.16%
G = 49.74%
B = 47.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#0CBDB3 (or 0x0CBDB3) is known color: Light Sea Green. HEX triplet: 0C, BD and B3. RGB value is (12,189,179). Sum of RGB (Red+Green+Blue) = 12+189+179=380 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.16% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDB3 is #F3424C. Grayscale: #868686. Windows color (decimal): -15942221 or 11779340. OLE color: 11779340.

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

Color convert

RGB 12 189 179 -
CMYK 0.94 0 0.05 0.26
HSL 176.61º 0.88% 0.39% -
HSV(B) 176.61º 0.94% 0.74% -
XYZ 26.49 39.73 48.92 -
YUV 134.94 152.86 40.31 -
System Red Green Blue C M Y K H S L
Decimal 12 189 179 0.94 0 0.05 0.26 176.61 0.88 0.39
Hex C BD B3 5E 0 5 1A B1 58 27
Octal 14 275 263 136 0 5 32 261 130 47
Binary 1100 10111101 10110011 1011110 0 101 11010 10110001 1011000 100111

Color Harmonies of #0CBDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBDB3

Black with #0CBDB3

Text Example


Text Example

White with #0CBDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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