Html Css Color HEX #089282 Dark Cyan

📋 copy color: '#089282'

red 8 ◦ green 146 ◦ blue 130

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

Shades of Dark Cyan #089282

Tints of Dark Cyan #089282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 2.82%
G = 51.41%
B = 45.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#089282 (or 0x089282) is known color: Dark Cyan. HEX triplet: 08, 92 and 82. RGB value is (8,146,130). Sum of RGB (Red+Green+Blue) = 8+146+130=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #089282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089282 is #F76D7D. Grayscale: #666666. Windows color (decimal): -16215422 or 8557064. OLE color: 8557064.

HSL color Cylindrical-coordinate representation of color #089282: hue angle of 173.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089282 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 146 130 -
CMYK 0.95 0 0.11 0.43
HSL 173.04º 0.9% 0.3% -
HSV(B) 173.04º 0.95% 0.57% -
XYZ 14.41 22.22 24.65 -
YUV 102.91 143.28 60.3 -
System Red Green Blue C M Y K H S L
Decimal 8 146 130 0.95 0 0.11 0.43 173.04 0.9 0.3
Hex 8 92 82 5F 0 B 2B AD 5A 1E
Octal 10 222 202 137 0 13 53 255 132 36
Binary 1000 10010010 10000010 1011111 0 1011 101011 10101101 1011010 11110

Color Harmonies of #089282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089282

Black with #089282

Text Example


Text Example

White with #089282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089282; }

 p { color: rgb(8,146,130); }

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

background-color css

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

 a { background-color: rgb(8,146,130); }

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

border-color css

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

 span { border-color: rgb(8,146,130); }

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