Html Css Color HEX #009B7F Free Speech Aquamarine

📋 copy color: '#009B7F'

red 0 ◦ green 155 ◦ blue 127

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

Shades of Free Speech Aquamarine #009B7F

Tints of Free Speech Aquamarine #009B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.96%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 0%
G = 54.96%
B = 45.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#009B7F (or 0x009B7F) is known color: Free Speech Aquamarine. HEX triplet: 00, 9B and 7F. RGB value is (0,155,127). Sum of RGB (Red+Green+Blue) = 0+155+127=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #009B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009B7F is #FF6480. Grayscale: #696969. Windows color (decimal): -16737409 or 8362752. OLE color: 8362752.

HSL color Cylindrical-coordinate representation of color #009B7F: hue angle of 169.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B7F is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 155 127 -
CMYK 1 0 0.18 0.39
HSL 169.16º 1% 0.3% -
HSV(B) 169.16º 1% 0.61% -
XYZ 15.55 24.98 24.08 -
YUV 105.46 140.15 52.78 -
System Red Green Blue C M Y K H S L
Decimal 0 155 127 1 0 0.18 0.39 169.16 1 0.3
Hex 0 9B 7F 64 0 12 27 A9 64 1E
Octal 0 233 177 144 0 22 47 251 144 36
Binary 0 10011011 1111111 1100100 0 10010 100111 10101001 1100100 11110

Color Harmonies of #009B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B7F

Black with #009B7F

Text Example


Text Example

White with #009B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,127); }

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

background-color css

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

 a { background-color: rgb(0,155,127); }

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

border-color css

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

 span { border-color: rgb(0,155,127); }

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