Html Css Color HEX #089C95 Persian Green

📋 copy color: '#089C95'

red 8 ◦ green 156 ◦ blue 149

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

Shades of Persian Green #089C95

Tints of Persian Green #089C95

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

 GREEN value IS 156 (61.33% from 255) = 49.84%

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

R = 2.56%
G = 49.84%
B = 47.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#089C95 (or 0x089C95) is known color: Persian Green. HEX triplet: 08, 9C and 95. RGB value is (8,156,149). Sum of RGB (Red+Green+Blue) = 8+156+149=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #089C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C95 is #F7636A. Grayscale: #6E6E6E. Windows color (decimal): -16212843 or 9804808. OLE color: 9804808.

HSL color Cylindrical-coordinate representation of color #089C95: hue angle of 177.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C95 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 156 149 -
CMYK 0.95 0 0.04 0.39
HSL 177.16º 0.9% 0.32% -
HSV(B) 177.16º 0.95% 0.61% -
XYZ 17.41 26 32.53 -
YUV 110.95 149.47 54.57 -
System Red Green Blue C M Y K H S L
Decimal 8 156 149 0.95 0 0.04 0.39 177.16 0.9 0.32
Hex 8 9C 95 5F 0 4 27 B1 5A 20
Octal 10 234 225 137 0 4 47 261 132 40
Binary 1000 10011100 10010101 1011111 0 100 100111 10110001 1011010 100000

Color Harmonies of #089C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C95

Black with #089C95

Text Example


Text Example

White with #089C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089C95; }

 p { color: rgb(8,156,149); }

 H1.HeaderClassName
 {
   color: #089C95;
 }
 .AnyTagClassName
 {
   color: #089C95;
 }
</style>

background-color css

<style>
 a { background-color: #089C95; }

 a { background-color: rgb(8,156,149); }

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

border-color css

<style>
 span { border-color: #089C95; }

 span { border-color: rgb(8,156,149); }

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