Html Css Color HEX #0DD188 Caribbean Green

📋 copy color: '#0DD188'

red 13 ◦ green 209 ◦ blue 136

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

Shades of Caribbean Green #0DD188

Tints of Caribbean Green #0DD188

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.38%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 3.63%
G = 58.38%
B = 37.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#0DD188 (or 0x0DD188) is known color: Caribbean Green. HEX triplet: 0D, D1 and 88. RGB value is (13,209,136). Sum of RGB (Red+Green+Blue) = 13+209+136=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD188 is #F22E77. Grayscale: #8E8E8E. Windows color (decimal): -15871608 or 8966413. OLE color: 8966413.

HSL color Cylindrical-coordinate representation of color #0DD188: hue angle of 157.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD188 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 209 136 -
CMYK 0.94 0 0.35 0.18
HSL 157.65º 0.88% 0.44% -
HSV(B) 157.65º 0.94% 0.82% -
XYZ 27.41 47.46 31.01 -
YUV 142.07 124.57 35.94 -
System Red Green Blue C M Y K H S L
Decimal 13 209 136 0.94 0 0.35 0.18 157.65 0.88 0.44
Hex D D1 88 5E 0 23 12 9E 58 2C
Octal 15 321 210 136 0 43 22 236 130 54
Binary 1101 11010001 10001000 1011110 0 100011 10010 10011110 1011000 101100

Color Harmonies of #0DD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD188

Black with #0DD188

Text Example


Text Example

White with #0DD188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,209,136); }

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

background-color css

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

 a { background-color: rgb(13,209,136); }

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

border-color css

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

 span { border-color: rgb(13,209,136); }

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