Html Css Color HEX #01DCAB Caribbean Green

📋 copy color: '#01DCAB'

red 1 ◦ green 220 ◦ blue 171

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

Shades of Caribbean Green #01DCAB

Tints of Caribbean Green #01DCAB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.12%

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

R = 0.26%
G = 56.12%
B = 43.62%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#01DCAB (or 0x01DCAB) is known color: Caribbean Green. HEX triplet: 01, DC and AB. RGB value is (1,220,171). Sum of RGB (Red+Green+Blue) = 1+220+171=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DCAB is #FE2354. Grayscale: #949494. Windows color (decimal): -16655189 or 11262977. OLE color: 11262977.

HSL color Cylindrical-coordinate representation of color #01DCAB: hue angle of 166.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCAB is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 171 -
CMYK 1.00 0 0.22 0.14
HSL 166.58º 0.99% 0.43% -
HSV(B) 166.58º 1% 0.86% -
XYZ 32.96 54.13 47.24 -
YUV 148.93 140.45 22.48 -
System Red Green Blue C M Y K H S L
Decimal 1 220 171 1.00 0 0.22 0.14 166.58 0.99 0.43
Hex 1 DC AB 64 0 16 E A7 63 2B
Octal 1 334 253 144 0 26 16 247 143 53
Binary 1 11011100 10101011 1100100 0 10110 1110 10100111 1100011 101011

Color Harmonies of #01DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCAB

Black with #01DCAB

Text Example


Text Example

White with #01DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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