Html Css Color HEX #01DBA0 Caribbean Green

📋 copy color: '#01DBA0'

red 1 ◦ green 219 ◦ blue 160

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

Shades of Caribbean Green #01DBA0

Tints of Caribbean Green #01DBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 0.26%
G = 57.63%
B = 42.11%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#01DBA0 (or 0x01DBA0) is known color: Caribbean Green. HEX triplet: 01, DB and A0. RGB value is (1,219,160). Sum of RGB (Red+Green+Blue) = 1+219+160=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #01DBA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DBA0 is #FE245F. Grayscale: #939393. Windows color (decimal): -16655456 or 10541825. OLE color: 10541825.

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

Color convert

RGB 1 219 160 -
CMYK 1.00 0 0.27 0.14
HSL 163.76º 0.99% 0.43% -
HSV(B) 163.76º 1% 0.86% -
XYZ 31.69 53.21 41.86 -
YUV 147.09 135.28 23.8 -
System Red Green Blue C M Y K H S L
Decimal 1 219 160 1.00 0 0.27 0.14 163.76 0.99 0.43
Hex 1 DB A0 64 0 1B E A4 63 2B
Octal 1 333 240 144 0 33 16 244 143 53
Binary 1 11011011 10100000 1100100 0 11011 1110 10100100 1100011 101011

Color Harmonies of #01DBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBA0

Black with #01DBA0

Text Example


Text Example

White with #01DBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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