Html Css Color HEX #089281 Dark Cyan

📋 copy color: '#089281'

red 8 ◦ green 146 ◦ blue 129

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

Shades of Dark Cyan #089281

Tints of Dark Cyan #089281

RGB

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

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

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

R = 2.83%
G = 51.59%
B = 45.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#089281 (or 0x089281) is known color: Dark Cyan. HEX triplet: 08, 92 and 81. RGB value is (8,146,129). Sum of RGB (Red+Green+Blue) = 8+146+129=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #089281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089281 is #F76D7E. Grayscale: #666666. Windows color (decimal): -16215423 or 8491528. OLE color: 8491528.

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

Color convert

RGB 8 146 129 -
CMYK 0.95 0 0.12 0.43
HSL 172.61º 0.9% 0.3% -
HSV(B) 172.61º 0.95% 0.57% -
XYZ 14.34 22.19 24.3 -
YUV 102.8 142.78 60.38 -
System Red Green Blue C M Y K H S L
Decimal 8 146 129 0.95 0 0.12 0.43 172.61 0.9 0.3
Hex 8 92 81 5F 0 C 2B AD 5A 1E
Octal 10 222 201 137 0 14 53 255 132 36
Binary 1000 10010010 10000001 1011111 0 1100 101011 10101101 1011010 11110

Color Harmonies of #089281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089281

Black with #089281

Text Example


Text Example

White with #089281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089281; }

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

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

background-color css

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

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

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

border-color css

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

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

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