Html Css Color HEX #089798 Dark Cyan

📋 copy color: '#089798'

red 8 ◦ green 151 ◦ blue 152

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

Shades of Dark Cyan #089798

Tints of Dark Cyan #089798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.55%

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 2.57%
G = 48.55%
B = 48.87%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#089798 (or 0x089798) is known color: Dark Cyan. HEX triplet: 08, 97 and 98. RGB value is (8,151,152). Sum of RGB (Red+Green+Blue) = 8+151+152=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #089798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089798 is #F76867. Grayscale: #6C6C6C. Windows color (decimal): -16214120 or 10000136. OLE color: 10000136.

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

Color convert

RGB 8 151 152 -
CMYK 0.95 0.01 0 0.40
HSL 180.42º 0.9% 0.31% -
HSV(B) 180.42º 0.95% 0.6% -
XYZ 16.83 24.45 33.54 -
YUV 108.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 8 151 152 0.95 0.01 0 0.40 180.42 0.9 0.31
Hex 8 97 98 5F 1 0 28 B4 5A 1F
Octal 10 227 230 137 1 0 50 264 132 37
Binary 1000 10010111 10011000 1011111 1 0 101000 10110100 1011010 11111

Color Harmonies of #089798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089798

Black with #089798

Text Example


Text Example

White with #089798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089798; }

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

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

background-color css

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

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

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

border-color css

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

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

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