Html Css Color HEX #089C9D Persian Green

📋 copy color: '#089C9D'

red 8 ◦ green 156 ◦ blue 157

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

Shades of Persian Green #089C9D

Tints of Persian Green #089C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 2.49%
G = 48.6%
B = 48.91%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#089C9D (or 0x089C9D) is known color: Persian Green. HEX triplet: 08, 9C and 9D. RGB value is (8,156,157). Sum of RGB (Red+Green+Blue) = 8+156+157=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #089C9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C9D is #F76362. Grayscale: #6F6F6F. Windows color (decimal): -16212835 or 10329096. OLE color: 10329096.

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

Color convert

RGB 8 156 157 -
CMYK 0.95 0.01 0 0.38
HSL 180.4º 0.9% 0.32% -
HSV(B) 180.4º 0.95% 0.62% -
XYZ 18.07 26.26 36.01 -
YUV 111.86 153.47 53.92 -
System Red Green Blue C M Y K H S L
Decimal 8 156 157 0.95 0.01 0 0.38 180.4 0.9 0.32
Hex 8 9C 9D 5F 1 0 26 B4 5A 20
Octal 10 234 235 137 1 0 46 264 132 40
Binary 1000 10011100 10011101 1011111 1 0 100110 10110100 1011010 100000

Color Harmonies of #089C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C9D

Black with #089C9D

Text Example


Text Example

White with #089C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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