Html Css Color HEX #009A83 Free Speech Aquamarine

📋 copy color: '#009A83'

red 0 ◦ green 154 ◦ blue 131

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

Shades of Free Speech Aquamarine #009A83

Tints of Free Speech Aquamarine #009A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 0%
G = 54.04%
B = 45.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#009A83 (or 0x009A83) is known color: Free Speech Aquamarine. HEX triplet: 00, 9A and 83. RGB value is (0,154,131). Sum of RGB (Red+Green+Blue) = 0+154+131=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #009A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009A83 is #FF657C. Grayscale: #696969. Windows color (decimal): -16737661 or 8624640. OLE color: 8624640.

HSL color Cylindrical-coordinate representation of color #009A83: hue angle of 171.04º 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 #009A83 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 154 131 -
CMYK 1 0 0.15 0.40
HSL 171.04º 1% 0.3% -
HSV(B) 171.04º 1% 0.6% -
XYZ 15.65 24.75 25.42 -
YUV 105.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 0 154 131 1 0 0.15 0.40 171.04 1 0.3
Hex 0 9A 83 64 0 F 28 AB 64 1E
Octal 0 232 203 144 0 17 50 253 144 36
Binary 0 10011010 10000011 1100100 0 1111 101000 10101011 1100100 11110

Color Harmonies of #009A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A83

Black with #009A83

Text Example


Text Example

White with #009A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009A83; }

 p { color: rgb(0,154,131); }

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

background-color css

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

 a { background-color: rgb(0,154,131); }

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

border-color css

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

 span { border-color: rgb(0,154,131); }

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