Html Css Color HEX #089B9B Persian Green

📋 copy color: '#089B9B'

red 8 ◦ green 155 ◦ blue 155

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

Shades of Persian Green #089B9B

Tints of Persian Green #089B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.74%

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 2.52%
G = 48.74%
B = 48.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#089B9B (or 0x089B9B) is known color: Persian Green. HEX triplet: 08, 9B and 9B. RGB value is (8,155,155). Sum of RGB (Red+Green+Blue) = 8+155+155=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #089B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089B9B is #F76464. Grayscale: #6E6E6E. Windows color (decimal): -16213093 or 10197768. OLE color: 10197768.

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

Color convert

RGB 8 155 155 -
CMYK 0.95 0 0 0.39
HSL 180º 0.9% 0.32% -
HSV(B) 180º 0.95% 0.61% -
XYZ 17.74 25.86 35.07 -
YUV 111.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 8 155 155 0.95 0 0 0.39 180 0.9 0.32
Hex 8 9B 9B 5F 0 0 27 B4 5A 20
Octal 10 233 233 137 0 0 47 264 132 40
Binary 1000 10011011 10011011 1011111 0 0 100111 10110100 1011010 100000

Color Harmonies of #089B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B9B

Black with #089B9B

Text Example


Text Example

White with #089B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,155); }

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

background-color css

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

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

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

border-color css

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

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

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