Html Css Color HEX #01DEAB Caribbean Green

📋 copy color: '#01DEAB'

red 1 ◦ green 222 ◦ blue 171

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

Shades of Caribbean Green #01DEAB

Tints of Caribbean Green #01DEAB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.35%

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

R = 0.25%
G = 56.35%
B = 43.4%

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

#01DEAB (or 0x01DEAB) is known color: Caribbean Green. HEX triplet: 01, DE and AB. RGB value is (1,222,171). Sum of RGB (Red+Green+Blue) = 1+222+171=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DEAB is #FE2154. Grayscale: #969696. Windows color (decimal): -16654677 or 11263489. OLE color: 11263489.

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

Color convert

RGB 1 222 171 -
CMYK 1.00 0 0.23 0.13
HSL 166.15º 0.99% 0.44% -
HSV(B) 166.15º 1% 0.87% -
XYZ 33.48 55.19 47.42 -
YUV 150.11 139.78 21.65 -
System Red Green Blue C M Y K H S L
Decimal 1 222 171 1.00 0 0.23 0.13 166.15 0.99 0.44
Hex 1 DE AB 64 0 17 D A6 63 2C
Octal 1 336 253 144 0 27 15 246 143 54
Binary 1 11011110 10101011 1100100 0 10111 1101 10100110 1100011 101100

Color Harmonies of #01DEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEAB

Black with #01DEAB

Text Example


Text Example

White with #01DEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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