Html Css Color HEX #089481 Dark Cyan

📋 copy color: '#089481'

red 8 ◦ green 148 ◦ blue 129

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

Shades of Dark Cyan #089481

Tints of Dark Cyan #089481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

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

R = 2.81%
G = 51.93%
B = 45.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#089481 (or 0x089481) is known color: Dark Cyan. HEX triplet: 08, 94 and 81. RGB value is (8,148,129). Sum of RGB (Red+Green+Blue) = 8+148+129=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #089481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089481 is #F76B7E. Grayscale: #676767. Windows color (decimal): -16214911 or 8492040. OLE color: 8492040.

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

Color convert

RGB 8 148 129 -
CMYK 0.95 0 0.13 0.42
HSL 171.86º 0.9% 0.31% -
HSV(B) 171.86º 0.95% 0.58% -
XYZ 14.65 22.82 24.4 -
YUV 103.97 142.12 59.54 -
System Red Green Blue C M Y K H S L
Decimal 8 148 129 0.95 0 0.13 0.42 171.86 0.9 0.31
Hex 8 94 81 5F 0 D 2A AC 5A 1F
Octal 10 224 201 137 0 15 52 254 132 37
Binary 1000 10010100 10000001 1011111 0 1101 101010 10101100 1011010 11111

Color Harmonies of #089481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089481

Black with #089481

Text Example


Text Example

White with #089481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089481; }

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

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

background-color css

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

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

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

border-color css

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

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

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