Html Css Color HEX #00DCA5 Caribbean Green

📋 copy color: '#00DCA5'

red 0 ◦ green 220 ◦ blue 165

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

Shades of Caribbean Green #00DCA5

Tints of Caribbean Green #00DCA5

RGB

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

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

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

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#00DCA5 (or 0x00DCA5) is known color: Caribbean Green. HEX triplet: 00, DC and A5. RGB value is (0,220,165). Sum of RGB (Red+Green+Blue) = 0+220+165=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #00DCA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DCA5 is #FF235A. Grayscale: #939393. Windows color (decimal): -16720731 or 10869760. OLE color: 10869760.

HSL color Cylindrical-coordinate representation of color #00DCA5: hue angle of 165º 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 #00DCA5 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 165 -
CMYK 1 0 0.25 0.14
HSL 165º 1% 0.43% -
HSV(B) 165º 1% 0.86% -
XYZ 32.38 53.9 44.29 -
YUV 147.95 137.61 22.47 -
System Red Green Blue C M Y K H S L
Decimal 0 220 165 1 0 0.25 0.14 165 1 0.43
Hex 0 DC A5 64 0 19 E A5 64 2B
Octal 0 334 245 144 0 31 16 245 144 53
Binary 0 11011100 10100101 1100100 0 11001 1110 10100101 1100100 101011

Color Harmonies of #00DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCA5

Black with #00DCA5

Text Example


Text Example

White with #00DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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