Html Css Color HEX #009281 Dark Cyan

📋 copy color: '#009281'

red 0 ◦ green 146 ◦ blue 129

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

Shades of Dark Cyan #009281

Tints of Dark Cyan #009281

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 53.09%
B = 46.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#009281 (or 0x009281) is known color: Dark Cyan. HEX triplet: 00, 92 and 81. RGB value is (0,146,129). Sum of RGB (Red+Green+Blue) = 0+146+129=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #009281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009281 is #FF6D7E. Grayscale: #646464. Windows color (decimal): -16739711 or 8491520. OLE color: 8491520.

HSL color Cylindrical-coordinate representation of color #009281: hue angle of 173.01º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009281 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 129 -
CMYK 1 0 0.12 0.43
HSL 173.01º 1% 0.29% -
HSV(B) 173.01º 1% 0.57% -
XYZ 14.24 22.14 24.29 -
YUV 100.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 0 146 129 1 0 0.12 0.43 173.01 1 0.29
Hex 0 92 81 64 0 C 2B AD 64 1D
Octal 0 222 201 144 0 14 53 255 144 35
Binary 0 10010010 10000001 1100100 0 1100 101011 10101101 1100100 11101

Color Harmonies of #009281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009281

Black with #009281

Text Example


Text Example

White with #009281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009281; }

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

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

background-color css

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

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

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

border-color css

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

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

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