Html Css Color HEX #00D586 Caribbean Green

📋 copy color: '#00D586'

red 0 ◦ green 213 ◦ blue 134

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

Shades of Caribbean Green #00D586

Tints of Caribbean Green #00D586

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.38%

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 0%
G = 61.38%
B = 38.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#00D586 (or 0x00D586) is known color: Caribbean Green. HEX triplet: 00, D5 and 86. RGB value is (0,213,134). Sum of RGB (Red+Green+Blue) = 0+213+134=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #00D586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D586 is #FF2A79. Grayscale: #8C8C8C. Windows color (decimal): -16722554 or 8836352. OLE color: 8836352.

HSL color Cylindrical-coordinate representation of color #00D586: hue angle of 157.75º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D586 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 213 134 -
CMYK 1 0 0.37 0.16
HSL 157.75º 1% 0.42% -
HSV(B) 157.75º 1% 0.84% -
XYZ 28.1 49.31 30.59 -
YUV 140.31 124.43 27.92 -
System Red Green Blue C M Y K H S L
Decimal 0 213 134 1 0 0.37 0.16 157.75 1 0.42
Hex 0 D5 86 64 0 25 10 9E 64 2A
Octal 0 325 206 144 0 45 20 236 144 52
Binary 0 11010101 10000110 1100100 0 100101 10000 10011110 1100100 101010

Color Harmonies of #00D586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D586

Black with #00D586

Text Example


Text Example

White with #00D586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,213,134); }

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

background-color css

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

 a { background-color: rgb(0,213,134); }

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

border-color css

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

 span { border-color: rgb(0,213,134); }

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