Html Css Color HEX #01DDAA Caribbean Green

📋 copy color: '#01DDAA'

red 1 ◦ green 221 ◦ blue 170

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

Shades of Caribbean Green #01DDAA

Tints of Caribbean Green #01DDAA

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 221 (86.72% from 255) = 56.38%

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 0.26%
G = 56.38%
B = 43.37%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#01DDAA (or 0x01DDAA) is known color: Caribbean Green. HEX triplet: 01, DD and AA. RGB value is (1,221,170). Sum of RGB (Red+Green+Blue) = 1+221+170=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DDAA is #FE2255. Grayscale: #959595. Windows color (decimal): -16654934 or 11197697. OLE color: 11197697.

HSL color Cylindrical-coordinate representation of color #01DDAA: hue angle of 166.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDAA is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 170 -
CMYK 1.00 0 0.23 0.13
HSL 166.09º 0.99% 0.44% -
HSV(B) 166.09º 1% 0.87% -
XYZ 33.12 54.62 46.83 -
YUV 149.41 139.61 22.15 -
System Red Green Blue C M Y K H S L
Decimal 1 221 170 1.00 0 0.23 0.13 166.09 0.99 0.44
Hex 1 DD AA 64 0 17 D A6 63 2C
Octal 1 335 252 144 0 27 15 246 143 54
Binary 1 11011101 10101010 1100100 0 10111 1101 10100110 1100011 101100

Color Harmonies of #01DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDAA

Black with #01DDAA

Text Example


Text Example

White with #01DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DDAA; }

 p { color: rgb(1,221,170); }

 H1.HeaderClassName
 {
   color: #01DDAA;
 }
 .AnyTagClassName
 {
   color: #01DDAA;
 }
</style>

background-color css

<style>
 a { background-color: #01DDAA; }

 a { background-color: rgb(1,221,170); }

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

border-color css

<style>
 span { border-color: #01DDAA; }

 span { border-color: rgb(1,221,170); }

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