Html Css Color HEX #01DDA5 Caribbean Green

📋 copy color: '#01DDA5'

red 1 ◦ green 221 ◦ blue 165

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

Shades of Caribbean Green #01DDA5

Tints of Caribbean Green #01DDA5

RGB

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

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

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

R = 0.26%
G = 57.11%
B = 42.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#01DDA5 (or 0x01DDA5) is known color: Caribbean Green. HEX triplet: 01, DD and A5. RGB value is (1,221,165). Sum of RGB (Red+Green+Blue) = 1+221+165=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DDA5 is #FE225A. Grayscale: #949494. Windows color (decimal): -16654939 or 10870017. OLE color: 10870017.

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

Color convert

RGB 1 221 165 -
CMYK 1.00 0 0.25 0.13
HSL 164.73º 0.99% 0.44% -
HSV(B) 164.73º 1% 0.87% -
XYZ 32.66 54.44 44.38 -
YUV 148.84 137.11 22.55 -
System Red Green Blue C M Y K H S L
Decimal 1 221 165 1.00 0 0.25 0.13 164.73 0.99 0.44
Hex 1 DD A5 64 0 19 D A5 63 2C
Octal 1 335 245 144 0 31 15 245 143 54
Binary 1 11011101 10100101 1100100 0 11001 1101 10100101 1100011 101100

Color Harmonies of #01DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDA5

Black with #01DDA5

Text Example


Text Example

White with #01DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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