Html Css Color HEX #089C94 Persian Green

📋 copy color: '#089C94'

red 8 ◦ green 156 ◦ blue 148

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

Shades of Persian Green #089C94

Tints of Persian Green #089C94

RGB

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

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

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

R = 2.56%
G = 50%
B = 47.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#089C94 (or 0x089C94) is known color: Persian Green. HEX triplet: 08, 9C and 94. RGB value is (8,156,148). Sum of RGB (Red+Green+Blue) = 8+156+148=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #089C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C94 is #F7636B. Grayscale: #6E6E6E. Windows color (decimal): -16212844 or 9739272. OLE color: 9739272.

HSL color Cylindrical-coordinate representation of color #089C94: hue angle of 176.76º 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 #089C94 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 156 148 -
CMYK 0.95 0 0.05 0.39
HSL 176.76º 0.9% 0.32% -
HSV(B) 176.76º 0.95% 0.61% -
XYZ 17.33 25.97 32.12 -
YUV 110.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 8 156 148 0.95 0 0.05 0.39 176.76 0.9 0.32
Hex 8 9C 94 5F 0 5 27 B1 5A 20
Octal 10 234 224 137 0 5 47 261 132 40
Binary 1000 10011100 10010100 1011111 0 101 100111 10110001 1011010 100000

Color Harmonies of #089C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C94

Black with #089C94

Text Example


Text Example

White with #089C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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