Html Css Color HEX #089293 Dark Cyan

📋 copy color: '#089293'

red 8 ◦ green 146 ◦ blue 147

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

Shades of Dark Cyan #089293

Tints of Dark Cyan #089293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 2.66%
G = 48.5%
B = 48.84%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#089293 (or 0x089293) is known color: Dark Cyan. HEX triplet: 08, 92 and 93. RGB value is (8,146,147). Sum of RGB (Red+Green+Blue) = 8+146+147=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #089293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089293 is #F76D6C. Grayscale: #686868. Windows color (decimal): -16215405 or 9671176. OLE color: 9671176.

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

Color convert

RGB 8 146 147 -
CMYK 0.95 0.01 0 0.42
HSL 180.43º 0.9% 0.3% -
HSV(B) 180.43º 0.95% 0.58% -
XYZ 15.65 22.72 31.16 -
YUV 104.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 8 146 147 0.95 0.01 0 0.42 180.43 0.9 0.3
Hex 8 92 93 5F 1 0 2A B4 5A 1E
Octal 10 222 223 137 1 0 52 264 132 36
Binary 1000 10010010 10010011 1011111 1 0 101010 10110100 1011010 11110

Color Harmonies of #089293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089293

Black with #089293

Text Example


Text Example

White with #089293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089293; }

 p { color: rgb(8,146,147); }

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

background-color css

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

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

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

border-color css

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

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

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