Html Css Color HEX #00B986 Persian Green

📋 copy color: '#00B986'

red 0 ◦ green 185 ◦ blue 134

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

Shades of Persian Green #00B986

Tints of Persian Green #00B986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.99%

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

R = 0%
G = 57.99%
B = 42.01%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#00B986 (or 0x00B986) is known color: Persian Green. HEX triplet: 00, B9 and 86. RGB value is (0,185,134). Sum of RGB (Red+Green+Blue) = 0+185+134=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #00B986 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B986 is #FF4679. Grayscale: #7B7B7B. Windows color (decimal): -16729722 or 8829184. OLE color: 8829184.

HSL color Cylindrical-coordinate representation of color #00B986: hue angle of 163.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B986 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 185 134 -
CMYK 1 0 0.28 0.27
HSL 163.46º 1% 0.36% -
HSV(B) 163.46º 1% 0.73% -
XYZ 21.65 36.42 28.44 -
YUV 123.87 133.71 39.65 -
System Red Green Blue C M Y K H S L
Decimal 0 185 134 1 0 0.28 0.27 163.46 1 0.36
Hex 0 B9 86 64 0 1C 1B A3 64 24
Octal 0 271 206 144 0 34 33 243 144 44
Binary 0 10111001 10000110 1100100 0 11100 11011 10100011 1100100 100100

Color Harmonies of #00B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B986

Black with #00B986

Text Example


Text Example

White with #00B986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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