Html Css Color HEX #089793 Dark Cyan

📋 copy color: '#089793'

red 8 ◦ green 151 ◦ blue 147

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

Shades of Dark Cyan #089793

Tints of Dark Cyan #089793

RGB

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

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

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

R = 2.61%
G = 49.35%
B = 48.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#089793 (or 0x089793) is known color: Dark Cyan. HEX triplet: 08, 97 and 93. RGB value is (8,151,147). Sum of RGB (Red+Green+Blue) = 8+151+147=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #089793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089793 is #F7686C. Grayscale: #6B6B6B. Windows color (decimal): -16214125 or 9672456. OLE color: 9672456.

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

Color convert

RGB 8 151 147 -
CMYK 0.95 0 0.03 0.41
HSL 178.32º 0.9% 0.31% -
HSV(B) 178.32º 0.95% 0.59% -
XYZ 16.43 24.29 31.43 -
YUV 107.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 8 151 147 0.95 0 0.03 0.41 178.32 0.9 0.31
Hex 8 97 93 5F 0 3 29 B2 5A 1F
Octal 10 227 223 137 0 3 51 262 132 37
Binary 1000 10010111 10010011 1011111 0 11 101001 10110010 1011010 11111

Color Harmonies of #089793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089793

Black with #089793

Text Example


Text Example

White with #089793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089793; }

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

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

background-color css

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

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

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

border-color css

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

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

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