Html Css Color HEX #00DCAE Caribbean Green

📋 copy color: '#00DCAE'

red 0 ◦ green 220 ◦ blue 174

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

Shades of Caribbean Green #00DCAE

Tints of Caribbean Green #00DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.84%

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 0%
G = 55.84%
B = 44.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#00DCAE (or 0x00DCAE) is known color: Caribbean Green. HEX triplet: 00, DC and AE. RGB value is (0,220,174). Sum of RGB (Red+Green+Blue) = 0+220+174=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCAE is #FF2351. Grayscale: #949494. Windows color (decimal): -16720722 or 11459584. OLE color: 11459584.

HSL color Cylindrical-coordinate representation of color #00DCAE: hue angle of 167.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCAE is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 174 -
CMYK 1 0 0.21 0.14
HSL 167.45º 1% 0.43% -
HSV(B) 167.45º 1% 0.86% -
XYZ 33.23 54.24 48.76 -
YUV 148.98 142.11 21.74 -
System Red Green Blue C M Y K H S L
Decimal 0 220 174 1 0 0.21 0.14 167.45 1 0.43
Hex 0 DC AE 64 0 15 E A7 64 2B
Octal 0 334 256 144 0 25 16 247 144 53
Binary 0 11011100 10101110 1100100 0 10101 1110 10100111 1100100 101011

Color Harmonies of #00DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCAE

Black with #00DCAE

Text Example


Text Example

White with #00DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,220,174); }

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

background-color css

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

 a { background-color: rgb(0,220,174); }

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

border-color css

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

 span { border-color: rgb(0,220,174); }

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