Html Css Color HEX #0DDFAD Caribbean Green

📋 copy color: '#0DDFAD'

red 13 ◦ green 223 ◦ blue 173

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

Shades of Caribbean Green #0DDFAD

Tints of Caribbean Green #0DDFAD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 3.18%
G = 54.52%
B = 42.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#0DDFAD (or 0x0DDFAD) is known color: Caribbean Green. HEX triplet: 0D, DF and AD. RGB value is (13,223,173). Sum of RGB (Red+Green+Blue) = 13+223+173=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDFAD is #F22052. Grayscale: #9A9A9A. Windows color (decimal): -15867987 or 11394829. OLE color: 11394829.

HSL color Cylindrical-coordinate representation of color #0DDFAD: hue angle of 165.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFAD is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 223 173 -
CMYK 0.94 0 0.22 0.13
HSL 165.71º 0.89% 0.46% -
HSV(B) 165.71º 0.94% 0.87% -
XYZ 34.1 55.88 48.52 -
YUV 154.51 138.43 27.07 -
System Red Green Blue C M Y K H S L
Decimal 13 223 173 0.94 0 0.22 0.13 165.71 0.89 0.46
Hex D DF AD 5E 0 16 D A6 59 2E
Octal 15 337 255 136 0 26 15 246 131 56
Binary 1101 11011111 10101101 1011110 0 10110 1101 10100110 1011001 101110

Color Harmonies of #0DDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDFAD

Black with #0DDFAD

Text Example


Text Example

White with #0DDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,223,173); }

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

background-color css

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

 a { background-color: rgb(13,223,173); }

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

border-color css

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

 span { border-color: rgb(13,223,173); }

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