Html Css Color HEX #089097 Dark Cyan

📋 copy color: '#089097'

red 8 ◦ green 144 ◦ blue 151

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

Shades of Dark Cyan #089097

Tints of Dark Cyan #089097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 2.64%
G = 47.52%
B = 49.83%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#089097 (or 0x089097) is known color: Dark Cyan. HEX triplet: 08, 90 and 97. RGB value is (8,144,151). Sum of RGB (Red+Green+Blue) = 8+144+151=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #089097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089097 is #F76F68. Grayscale: #676767. Windows color (decimal): -16215913 or 9932808. OLE color: 9932808.

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

Color convert

RGB 8 144 151 -
CMYK 0.95 0.05 0 0.41
HSL 182.94º 0.9% 0.31% -
HSV(B) 182.94º 0.95% 0.59% -
XYZ 15.66 22.23 32.74 -
YUV 104.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 8 144 151 0.95 0.05 0 0.41 182.94 0.9 0.31
Hex 8 90 97 5F 5 0 29 B7 5A 1F
Octal 10 220 227 137 5 0 51 267 132 37
Binary 1000 10010000 10010111 1011111 101 0 101001 10110111 1011010 11111

Color Harmonies of #089097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089097

Black with #089097

Text Example


Text Example

White with #089097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089097; }

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

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

background-color css

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

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

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

border-color css

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

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

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