Html Css Color HEX #089C99 Persian Green

📋 copy color: '#089C99'

red 8 ◦ green 156 ◦ blue 153

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

Shades of Persian Green #089C99

Tints of Persian Green #089C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 2.52%
G = 49.21%
B = 48.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#089C99 (or 0x089C99) is known color: Persian Green. HEX triplet: 08, 9C and 99. RGB value is (8,156,153). Sum of RGB (Red+Green+Blue) = 8+156+153=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #089C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C99 is #F76366. Grayscale: #6F6F6F. Windows color (decimal): -16212839 or 10066952. OLE color: 10066952.

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

Color convert

RGB 8 156 153 -
CMYK 0.95 0 0.02 0.39
HSL 178.78º 0.9% 0.32% -
HSV(B) 178.78º 0.95% 0.61% -
XYZ 17.74 26.13 34.25 -
YUV 111.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 8 156 153 0.95 0 0.02 0.39 178.78 0.9 0.32
Hex 8 9C 99 5F 0 2 27 B3 5A 20
Octal 10 234 231 137 0 2 47 263 132 40
Binary 1000 10011100 10011001 1011111 0 10 100111 10110011 1011010 100000

Color Harmonies of #089C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C99

Black with #089C99

Text Example


Text Example

White with #089C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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