Html Css Color HEX #00B695 Persian Green

📋 copy color: '#00B695'

red 0 ◦ green 182 ◦ blue 149

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

Shades of Persian Green #00B695

Tints of Persian Green #00B695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.98%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 0%
G = 54.98%
B = 45.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#00B695 (or 0x00B695) is known color: Persian Green. HEX triplet: 00, B6 and 95. RGB value is (0,182,149). Sum of RGB (Red+Green+Blue) = 0+182+149=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #00B695 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B695 is #FF496A. Grayscale: #7B7B7B. Windows color (decimal): -16730475 or 9811456. OLE color: 9811456.

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

Color convert

RGB 0 182 149 -
CMYK 1 0 0.18 0.29
HSL 169.12º 1% 0.36% -
HSV(B) 169.12º 1% 0.71% -
XYZ 22.15 35.63 34.14 -
YUV 123.82 142.2 39.68 -
System Red Green Blue C M Y K H S L
Decimal 0 182 149 1 0 0.18 0.29 169.12 1 0.36
Hex 0 B6 95 64 0 12 1D A9 64 24
Octal 0 266 225 144 0 22 35 251 144 44
Binary 0 10110110 10010101 1100100 0 10010 11101 10101001 1100100 100100

Color Harmonies of #00B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B695

Black with #00B695

Text Example


Text Example

White with #00B695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,182,149); }

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

background-color css

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

 a { background-color: rgb(0,182,149); }

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

border-color css

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

 span { border-color: rgb(0,182,149); }

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