Html Css Color HEX #00B894 Persian Green

📋 copy color: '#00B894'

red 0 ◦ green 184 ◦ blue 148

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

Shades of Persian Green #00B894

Tints of Persian Green #00B894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 0%
G = 55.42%
B = 44.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#00B894 (or 0x00B894) is known color: Persian Green. HEX triplet: 00, B8 and 94. RGB value is (0,184,148). Sum of RGB (Red+Green+Blue) = 0+184+148=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #00B894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B894 is #FF476B. Grayscale: #7C7C7C. Windows color (decimal): -16729964 or 9746432. OLE color: 9746432.

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

Color convert

RGB 0 184 148 -
CMYK 1 0 0.20 0.28
HSL 168.26º 1% 0.36% -
HSV(B) 168.26º 1% 0.72% -
XYZ 22.49 36.42 33.86 -
YUV 124.88 141.04 38.93 -
System Red Green Blue C M Y K H S L
Decimal 0 184 148 1 0 0.20 0.28 168.26 1 0.36
Hex 0 B8 94 64 0 14 1C A8 64 24
Octal 0 270 224 144 0 24 34 250 144 44
Binary 0 10111000 10010100 1100100 0 10100 11100 10101000 1100100 100100

Color Harmonies of #00B894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B894

Black with #00B894

Text Example


Text Example

White with #00B894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,184,148); }

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

background-color css

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

 a { background-color: rgb(0,184,148); }

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

border-color css

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

 span { border-color: rgb(0,184,148); }

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