Html Css Color HEX #089381 Dark Cyan

📋 copy color: '#089381'

red 8 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #089381

Tints of Dark Cyan #089381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 2.82%
G = 51.76%
B = 45.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#089381 (or 0x089381) is known color: Dark Cyan. HEX triplet: 08, 93 and 81. RGB value is (8,147,129). Sum of RGB (Red+Green+Blue) = 8+147+129=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #089381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089381 is #F76C7E. Grayscale: #676767. Windows color (decimal): -16215167 or 8491784. OLE color: 8491784.

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

Color convert

RGB 8 147 129 -
CMYK 0.95 0 0.12 0.42
HSL 172.23º 0.9% 0.3% -
HSV(B) 172.23º 0.95% 0.58% -
XYZ 14.5 22.5 24.35 -
YUV 103.39 142.45 59.96 -
System Red Green Blue C M Y K H S L
Decimal 8 147 129 0.95 0 0.12 0.42 172.23 0.9 0.3
Hex 8 93 81 5F 0 C 2A AC 5A 1E
Octal 10 223 201 137 0 14 52 254 132 36
Binary 1000 10010011 10000001 1011111 0 1100 101010 10101100 1011010 11110

Color Harmonies of #089381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089381

Black with #089381

Text Example


Text Example

White with #089381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089381; }

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

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

background-color css

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

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

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

border-color css

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

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

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