Html Css Color HEX #01DBA8 Caribbean Green

📋 copy color: '#01DBA8'

red 1 ◦ green 219 ◦ blue 168

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

Shades of Caribbean Green #01DBA8

Tints of Caribbean Green #01DBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.3%

R = 0.26%
G = 56.44%
B = 43.3%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#01DBA8 (or 0x01DBA8) is known color: Caribbean Green. HEX triplet: 01, DB and A8. RGB value is (1,219,168). Sum of RGB (Red+Green+Blue) = 1+219+168=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DBA8 is #FE2457. Grayscale: #939393. Windows color (decimal): -16655448 or 11066113. OLE color: 11066113.

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

Color convert

RGB 1 219 168 -
CMYK 1.00 0 0.23 0.14
HSL 165.96º 0.99% 0.43% -
HSV(B) 165.96º 1% 0.86% -
XYZ 32.41 53.5 45.66 -
YUV 148 139.28 23.15 -
System Red Green Blue C M Y K H S L
Decimal 1 219 168 1.00 0 0.23 0.14 165.96 0.99 0.43
Hex 1 DB A8 64 0 17 E A6 63 2B
Octal 1 333 250 144 0 27 16 246 143 53
Binary 1 11011011 10101000 1100100 0 10111 1110 10100110 1100011 101011

Color Harmonies of #01DBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBA8

Black with #01DBA8

Text Example


Text Example

White with #01DBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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