Html Css Color HEX #01DFA5 Caribbean Green

📋 copy color: '#01DFA5'

red 1 ◦ green 223 ◦ blue 165

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

Shades of Caribbean Green #01DFA5

Tints of Caribbean Green #01DFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.33%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 0.26%
G = 57.33%
B = 42.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#01DFA5 (or 0x01DFA5) is known color: Caribbean Green. HEX triplet: 01, DF and A5. RGB value is (1,223,165). Sum of RGB (Red+Green+Blue) = 1+223+165=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DFA5 is #FE205A. Grayscale: #969696. Windows color (decimal): -16654427 or 10870529. OLE color: 10870529.

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

Color convert

RGB 1 223 165 -
CMYK 1.00 0 0.26 0.13
HSL 164.32º 0.99% 0.44% -
HSV(B) 164.32º 1% 0.87% -
XYZ 33.19 55.5 44.56 -
YUV 150.01 136.45 21.72 -
System Red Green Blue C M Y K H S L
Decimal 1 223 165 1.00 0 0.26 0.13 164.32 0.99 0.44
Hex 1 DF A5 64 0 1A D A4 63 2C
Octal 1 337 245 144 0 32 15 244 143 54
Binary 1 11011111 10100101 1100100 0 11010 1101 10100100 1100011 101100

Color Harmonies of #01DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFA5

Black with #01DFA5

Text Example


Text Example

White with #01DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,165); }

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

background-color css

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

 a { background-color: rgb(1,223,165); }

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

border-color css

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

 span { border-color: rgb(1,223,165); }

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