Html Css Color HEX #089383 Dark Cyan

📋 copy color: '#089383'

red 8 ◦ green 147 ◦ blue 131

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

Shades of Dark Cyan #089383

Tints of Dark Cyan #089383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 2.8%
G = 51.4%
B = 45.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#089383 (or 0x089383) is known color: Dark Cyan. HEX triplet: 08, 93 and 83. RGB value is (8,147,131). Sum of RGB (Red+Green+Blue) = 8+147+131=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #089383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089383 is #F76C7C. Grayscale: #676767. Windows color (decimal): -16215165 or 8622856. OLE color: 8622856.

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

Color convert

RGB 8 147 131 -
CMYK 0.95 0 0.11 0.42
HSL 173.09º 0.9% 0.3% -
HSV(B) 173.09º 0.95% 0.58% -
XYZ 14.63 22.56 25.06 -
YUV 103.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 8 147 131 0.95 0 0.11 0.42 173.09 0.9 0.3
Hex 8 93 83 5F 0 B 2A AD 5A 1E
Octal 10 223 203 137 0 13 52 255 132 36
Binary 1000 10010011 10000011 1011111 0 1011 101010 10101101 1011010 11110

Color Harmonies of #089383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089383

Black with #089383

Text Example


Text Example

White with #089383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089383; }

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

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

background-color css

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

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

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

border-color css

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

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

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