Html Css Color HEX #009882 Free Speech Aquamarine

📋 copy color: '#009882'

red 0 ◦ green 152 ◦ blue 130

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

Shades of Free Speech Aquamarine #009882

Tints of Free Speech Aquamarine #009882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 0%
G = 53.9%
B = 46.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#009882 (or 0x009882) is known color: Free Speech Aquamarine. HEX triplet: 00, 98 and 82. RGB value is (0,152,130). Sum of RGB (Red+Green+Blue) = 0+152+130=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #009882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009882 is #FF677D. Grayscale: #676767. Windows color (decimal): -16738174 or 8558592. OLE color: 8558592.

HSL color Cylindrical-coordinate representation of color #009882: hue angle of 171.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009882 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 152 130 -
CMYK 1 0 0.14 0.40
HSL 171.32º 1% 0.3% -
HSV(B) 171.32º 1% 0.6% -
XYZ 15.26 24.07 24.96 -
YUV 104.04 142.64 53.79 -
System Red Green Blue C M Y K H S L
Decimal 0 152 130 1 0 0.14 0.40 171.32 1 0.3
Hex 0 98 82 64 0 E 28 AB 64 1E
Octal 0 230 202 144 0 16 50 253 144 36
Binary 0 10011000 10000010 1100100 0 1110 101000 10101011 1100100 11110

Color Harmonies of #009882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009882

Black with #009882

Text Example


Text Example

White with #009882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009882; }

 p { color: rgb(0,152,130); }

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

background-color css

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

 a { background-color: rgb(0,152,130); }

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

border-color css

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

 span { border-color: rgb(0,152,130); }

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