Html Css Color HEX #0DCEB0 Caribbean Green

📋 copy color: '#0DCEB0'

red 13 ◦ green 206 ◦ blue 176

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

Shades of Caribbean Green #0DCEB0

Tints of Caribbean Green #0DCEB0

RGB

 RED value IS 13 (5.47% from 255) = 3.29%

 GREEN value IS 206 (80.86% from 255) = 52.15%

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

R = 3.29%
G = 52.15%
B = 44.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#0DCEB0 (or 0x0DCEB0) is known color: Caribbean Green. HEX triplet: 0D, CE and B0. RGB value is (13,206,176). Sum of RGB (Red+Green+Blue) = 13+206+176=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #0DCEB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCEB0 is #F2314F. Grayscale: #909090. Windows color (decimal): -15872336 or 11587085. OLE color: 11587085.

HSL color Cylindrical-coordinate representation of color #0DCEB0: hue angle of 170.67º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCEB0 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 206 176 -
CMYK 0.94 0 0.15 0.19
HSL 170.67º 0.88% 0.43% -
HSV(B) 170.67º 0.94% 0.81% -
XYZ 30.07 47.36 48.63 -
YUV 144.87 145.56 33.94 -
System Red Green Blue C M Y K H S L
Decimal 13 206 176 0.94 0 0.15 0.19 170.67 0.88 0.43
Hex D CE B0 5E 0 F 13 AB 58 2B
Octal 15 316 260 136 0 17 23 253 130 53
Binary 1101 11001110 10110000 1011110 0 1111 10011 10101011 1011000 101011

Color Harmonies of #0DCEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCEB0

Black with #0DCEB0

Text Example


Text Example

White with #0DCEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,206,176); }

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

background-color css

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

 a { background-color: rgb(13,206,176); }

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

border-color css

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

 span { border-color: rgb(13,206,176); }

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