Html Css Color HEX #0DDAA3 Caribbean Green

📋 copy color: '#0DDAA3'

red 13 ◦ green 218 ◦ blue 163

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

Shades of Caribbean Green #0DDAA3

Tints of Caribbean Green #0DDAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.33%

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 3.3%
G = 55.33%
B = 41.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#0DDAA3 (or 0x0DDAA3) is known color: Caribbean Green. HEX triplet: 0D, DA and A3. RGB value is (13,218,163). Sum of RGB (Red+Green+Blue) = 13+218+163=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDAA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDAA3 is #F2255C. Grayscale: #969696. Windows color (decimal): -15869277 or 10738189. OLE color: 10738189.

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

Color convert

RGB 13 218 163 -
CMYK 0.94 0 0.25 0.15
HSL 163.9º 0.89% 0.45% -
HSV(B) 163.9º 0.94% 0.85% -
XYZ 31.85 52.87 43.18 -
YUV 150.44 135.08 29.97 -
System Red Green Blue C M Y K H S L
Decimal 13 218 163 0.94 0 0.25 0.15 163.9 0.89 0.45
Hex D DA A3 5E 0 19 F A4 59 2D
Octal 15 332 243 136 0 31 17 244 131 55
Binary 1101 11011010 10100011 1011110 0 11001 1111 10100100 1011001 101101

Color Harmonies of #0DDAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDAA3

Black with #0DDAA3

Text Example


Text Example

White with #0DDAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,218,163); }

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

background-color css

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

 a { background-color: rgb(13,218,163); }

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

border-color css

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

 span { border-color: rgb(13,218,163); }

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