Html Css Color HEX #009975 Free Speech Aquamarine

📋 copy color: '#009975'

red 0 ◦ green 153 ◦ blue 117

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

Shades of Free Speech Aquamarine #009975

Tints of Free Speech Aquamarine #009975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 0%
G = 56.67%
B = 43.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#009975 (or 0x009975) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 75. RGB value is (0,153,117). Sum of RGB (Red+Green+Blue) = 0+153+117=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #009975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009975 is #FF668A. Grayscale: #676767. Windows color (decimal): -16737931 or 7706880. OLE color: 7706880.

HSL color Cylindrical-coordinate representation of color #009975: hue angle of 165.88º 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 #009975 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 153 117 -
CMYK 1 0 0.24 0.4
HSL 165.88º 1% 0.3% -
HSV(B) 165.88º 1% 0.6% -
XYZ 14.6 24.07 20.71 -
YUV 103.15 135.81 54.43 -
System Red Green Blue C M Y K H S L
Decimal 0 153 117 1 0 0.24 0.4 165.88 1 0.3
Hex 0 99 75 64 0 18 28 A6 64 1E
Octal 0 231 165 144 0 30 50 246 144 36
Binary 0 10011001 1110101 1100100 0 11000 101000 10100110 1100100 11110

Color Harmonies of #009975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009975

Black with #009975

Text Example


Text Example

White with #009975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009975; }

 p { color: rgb(0,153,117); }

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

background-color css

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

 a { background-color: rgb(0,153,117); }

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

border-color css

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

 span { border-color: rgb(0,153,117); }

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