Html Css Color HEX #01DBAA Caribbean Green

📋 copy color: '#01DBAA'

red 1 ◦ green 219 ◦ blue 170

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

Shades of Caribbean Green #01DBAA

Tints of Caribbean Green #01DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.15%

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

R = 0.26%
G = 56.15%
B = 43.59%

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

#01DBAA (or 0x01DBAA) is known color: Caribbean Green. HEX triplet: 01, DB and AA. RGB value is (1,219,170). Sum of RGB (Red+Green+Blue) = 1+219+170=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DBAA is #FE2455. Grayscale: #949494. Windows color (decimal): -16655446 or 11197185. OLE color: 11197185.

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

Color convert

RGB 1 219 170 -
CMYK 1.00 0 0.22 0.14
HSL 166.51º 0.99% 0.43% -
HSV(B) 166.51º 1% 0.86% -
XYZ 32.6 53.57 46.65 -
YUV 148.23 140.28 22.98 -
System Red Green Blue C M Y K H S L
Decimal 1 219 170 1.00 0 0.22 0.14 166.51 0.99 0.43
Hex 1 DB AA 64 0 16 E A7 63 2B
Octal 1 333 252 144 0 26 16 247 143 53
Binary 1 11011011 10101010 1100100 0 10110 1110 10100111 1100011 101011

Color Harmonies of #01DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBAA

Black with #01DBAA

Text Example


Text Example

White with #01DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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