Html Css Color HEX #089390 Dark Cyan

📋 copy color: '#089390'

red 8 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #089390

Tints of Dark Cyan #089390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 2.68%
G = 49.16%
B = 48.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#089390 (or 0x089390) is known color: Dark Cyan. HEX triplet: 08, 93 and 90. RGB value is (8,147,144). Sum of RGB (Red+Green+Blue) = 8+147+144=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #089390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089390 is #F76C6F. Grayscale: #686868. Windows color (decimal): -16215152 or 9474824. OLE color: 9474824.

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

Color convert

RGB 8 147 144 -
CMYK 0.95 0 0.02 0.42
HSL 178.71º 0.9% 0.3% -
HSV(B) 178.71º 0.95% 0.58% -
XYZ 15.57 22.93 29.99 -
YUV 105.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 8 147 144 0.95 0 0.02 0.42 178.71 0.9 0.3
Hex 8 93 90 5F 0 2 2A B3 5A 1E
Octal 10 223 220 137 0 2 52 263 132 36
Binary 1000 10010011 10010000 1011111 0 10 101010 10110011 1011010 11110

Color Harmonies of #089390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089390

Black with #089390

Text Example


Text Example

White with #089390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089390; }

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

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

background-color css

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

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

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

border-color css

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

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

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