Html Css Color HEX #00DFA5 Caribbean Green

📋 copy color: '#00DFA5'

red 0 ◦ green 223 ◦ blue 165

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

Shades of Caribbean Green #00DFA5

Tints of Caribbean Green #00DFA5

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.47%
B = 42.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#00DFA5 (or 0x00DFA5) is known color: Caribbean Green. HEX triplet: 00, DF and A5. RGB value is (0,223,165). Sum of RGB (Red+Green+Blue) = 0+223+165=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #00DFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DFA5 is #FF205A. Grayscale: #959595. Windows color (decimal): -16719963 or 10870528. OLE color: 10870528.

HSL color Cylindrical-coordinate representation of color #00DFA5: hue angle of 164.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFA5 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 165 -
CMYK 1 0 0.26 0.13
HSL 164.39º 1% 0.44% -
HSV(B) 164.39º 1% 0.87% -
XYZ 33.18 55.49 44.56 -
YUV 149.71 136.62 21.22 -
System Red Green Blue C M Y K H S L
Decimal 0 223 165 1 0 0.26 0.13 164.39 1 0.44
Hex 0 DF A5 64 0 1A D A4 64 2C
Octal 0 337 245 144 0 32 15 244 144 54
Binary 0 11011111 10100101 1100100 0 11010 1101 10100100 1100100 101100

Color Harmonies of #00DFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DFA5

Black with #00DFA5

Text Example


Text Example

White with #00DFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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