Html Css Color HEX #00B388 Persian Green

📋 copy color: '#00B388'

red 0 ◦ green 179 ◦ blue 136

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

Shades of Persian Green #00B388

Tints of Persian Green #00B388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.83%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 0%
G = 56.83%
B = 43.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#00B388 (or 0x00B388) is known color: Persian Green. HEX triplet: 00, B3 and 88. RGB value is (0,179,136). Sum of RGB (Red+Green+Blue) = 0+179+136=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #00B388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B388 is #FF4C77. Grayscale: #787878. Windows color (decimal): -16731256 or 8958720. OLE color: 8958720.

HSL color Cylindrical-coordinate representation of color #00B388: hue angle of 165.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B388 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 179 136 -
CMYK 1 0 0.24 0.30
HSL 165.59º 1% 0.35% -
HSV(B) 165.59º 1% 0.7% -
XYZ 20.56 34.02 28.77 -
YUV 120.58 136.7 42 -
System Red Green Blue C M Y K H S L
Decimal 0 179 136 1 0 0.24 0.30 165.59 1 0.35
Hex 0 B3 88 64 0 18 1E A6 64 23
Octal 0 263 210 144 0 30 36 246 144 43
Binary 0 10110011 10001000 1100100 0 11000 11110 10100110 1100100 100011

Color Harmonies of #00B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B388

Black with #00B388

Text Example


Text Example

White with #00B388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,179,136); }

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

background-color css

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

 a { background-color: rgb(0,179,136); }

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

border-color css

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

 span { border-color: rgb(0,179,136); }

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