Html Css Color HEX #01DDAB Caribbean Green

📋 copy color: '#01DDAB'

red 1 ◦ green 221 ◦ blue 171

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

Shades of Caribbean Green #01DDAB

Tints of Caribbean Green #01DDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 0.25%
G = 56.23%
B = 43.51%

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

#01DDAB (or 0x01DDAB) is known color: Caribbean Green. HEX triplet: 01, DD and AB. RGB value is (1,221,171). Sum of RGB (Red+Green+Blue) = 1+221+171=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DDAB is #FE2254. Grayscale: #959595. Windows color (decimal): -16654933 or 11263233. OLE color: 11263233.

HSL color Cylindrical-coordinate representation of color #01DDAB: hue angle of 166.36º 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 #01DDAB is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 171 -
CMYK 1.00 0 0.23 0.13
HSL 166.36º 0.99% 0.44% -
HSV(B) 166.36º 1% 0.87% -
XYZ 33.22 54.66 47.33 -
YUV 149.52 140.11 22.07 -
System Red Green Blue C M Y K H S L
Decimal 1 221 171 1.00 0 0.23 0.13 166.36 0.99 0.44
Hex 1 DD AB 64 0 17 D A6 63 2C
Octal 1 335 253 144 0 27 15 246 143 54
Binary 1 11011101 10101011 1100100 0 10111 1101 10100110 1100011 101100

Color Harmonies of #01DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDAB

Black with #01DDAB

Text Example


Text Example

White with #01DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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