Html Css Color HEX #01DFA3 Caribbean Green

📋 copy color: '#01DFA3'

red 1 ◦ green 223 ◦ blue 163

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

Shades of Caribbean Green #01DFA3

Tints of Caribbean Green #01DFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.12%

R = 0.26%
G = 57.62%
B = 42.12%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#01DFA3 (or 0x01DFA3) is known color: Caribbean Green. HEX triplet: 01, DF and A3. RGB value is (1,223,163). Sum of RGB (Red+Green+Blue) = 1+223+163=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DFA3 is #FE205C. Grayscale: #959595. Windows color (decimal): -16654429 or 10739457. OLE color: 10739457.

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

Color convert

RGB 1 223 163 -
CMYK 1.00 0 0.27 0.13
HSL 163.78º 0.99% 0.44% -
HSV(B) 163.78º 1% 0.87% -
XYZ 33.01 55.43 43.61 -
YUV 149.78 135.45 21.88 -
System Red Green Blue C M Y K H S L
Decimal 1 223 163 1.00 0 0.27 0.13 163.78 0.99 0.44
Hex 1 DF A3 64 0 1B D A4 63 2C
Octal 1 337 243 144 0 33 15 244 143 54
Binary 1 11011111 10100011 1100100 0 11011 1101 10100100 1100011 101100

Color Harmonies of #01DFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DFA3

Black with #01DFA3

Text Example


Text Example

White with #01DFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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