Html Css Color HEX #0DD6B2 Caribbean Green

📋 copy color: '#0DD6B2'

red 13 ◦ green 214 ◦ blue 178

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

Shades of Caribbean Green #0DD6B2

Tints of Caribbean Green #0DD6B2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.84%

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 3.21%
G = 52.84%
B = 43.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#0DD6B2 (or 0x0DD6B2) is known color: Caribbean Green. HEX triplet: 0D, D6 and B2. RGB value is (13,214,178). Sum of RGB (Red+Green+Blue) = 13+214+178=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD6B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD6B2 is #F2294D. Grayscale: #959595. Windows color (decimal): -15870286 or 11720205. OLE color: 11720205.

HSL color Cylindrical-coordinate representation of color #0DD6B2: hue angle of 169.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD6B2 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 214 178 -
CMYK 0.94 0 0.17 0.16
HSL 169.25º 0.89% 0.45% -
HSV(B) 169.25º 0.94% 0.84% -
XYZ 32.25 51.39 50.34 -
YUV 149.8 143.91 30.43 -
System Red Green Blue C M Y K H S L
Decimal 13 214 178 0.94 0 0.17 0.16 169.25 0.89 0.45
Hex D D6 B2 5E 0 11 10 A9 59 2D
Octal 15 326 262 136 0 21 20 251 131 55
Binary 1101 11010110 10110010 1011110 0 10001 10000 10101001 1011001 101101

Color Harmonies of #0DD6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD6B2

Black with #0DD6B2

Text Example


Text Example

White with #0DD6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,178); }

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

background-color css

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

 a { background-color: rgb(13,214,178); }

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

border-color css

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

 span { border-color: rgb(13,214,178); }

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