Html Css Color HEX #089899 Persian Green

📋 copy color: '#089899'

red 8 ◦ green 152 ◦ blue 153

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

Shades of Persian Green #089899

Tints of Persian Green #089899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

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

R = 2.56%
G = 48.56%
B = 48.88%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#089899 (or 0x089899) is known color: Persian Green. HEX triplet: 08, 98 and 99. RGB value is (8,152,153). Sum of RGB (Red+Green+Blue) = 8+152+153=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #089899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089899 is #F76766. Grayscale: #6C6C6C. Windows color (decimal): -16213863 or 10065928. OLE color: 10065928.

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

Color convert

RGB 8 152 153 -
CMYK 0.95 0.01 0 0.4
HSL 180.41º 0.9% 0.32% -
HSV(B) 180.41º 0.95% 0.6% -
XYZ 17.08 24.81 34.03 -
YUV 109.06 152.79 55.92 -
System Red Green Blue C M Y K H S L
Decimal 8 152 153 0.95 0.01 0 0.4 180.41 0.9 0.32
Hex 8 98 99 5F 1 0 28 B4 5A 20
Octal 10 230 231 137 1 0 50 264 132 40
Binary 1000 10011000 10011001 1011111 1 0 101000 10110100 1011010 100000

Color Harmonies of #089899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089899

Black with #089899

Text Example


Text Example

White with #089899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089899; }

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

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

background-color css

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

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

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

border-color css

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

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

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