Html Css Color HEX #0DDBA5 Caribbean Green

📋 copy color: '#0DDBA5'

red 13 ◦ green 219 ◦ blue 165

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

Shades of Caribbean Green #0DDBA5

Tints of Caribbean Green #0DDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.16%

 BLUE value IS 165 (64.84% from 255) = 41.56%

R = 3.27%
G = 55.16%
B = 41.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#0DDBA5 (or 0x0DDBA5) is known color: Caribbean Green. HEX triplet: 0D, DB and A5. RGB value is (13,219,165). Sum of RGB (Red+Green+Blue) = 13+219+165=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDBA5 is #F2245A. Grayscale: #979797. Windows color (decimal): -15869019 or 10869517. OLE color: 10869517.

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

Color convert

RGB 13 219 165 -
CMYK 0.94 0 0.25 0.14
HSL 164.27º 0.89% 0.45% -
HSV(B) 164.27º 0.94% 0.86% -
XYZ 32.29 53.47 44.22 -
YUV 151.25 135.75 29.39 -
System Red Green Blue C M Y K H S L
Decimal 13 219 165 0.94 0 0.25 0.14 164.27 0.89 0.45
Hex D DB A5 5E 0 19 E A4 59 2D
Octal 15 333 245 136 0 31 16 244 131 55
Binary 1101 11011011 10100101 1011110 0 11001 1110 10100100 1011001 101101

Color Harmonies of #0DDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDBA5

Black with #0DDBA5

Text Example


Text Example

White with #0DDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,165); }

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

background-color css

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

 a { background-color: rgb(13,219,165); }

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

border-color css

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

 span { border-color: rgb(13,219,165); }

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