Html Css Color HEX #00957E Free Speech Aquamarine

📋 copy color: '#00957E'

red 0 ◦ green 149 ◦ blue 126

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

Shades of Free Speech Aquamarine #00957E

Tints of Free Speech Aquamarine #00957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 126 (49.61% from 255) = 45.82%

R = 0%
G = 54.18%
B = 45.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#00957E (or 0x00957E) is known color: Free Speech Aquamarine. HEX triplet: 00, 95 and 7E. RGB value is (0,149,126). Sum of RGB (Red+Green+Blue) = 0+149+126=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #00957E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00957E is #FF6A81. Grayscale: #656565. Windows color (decimal): -16738946 or 8295680. OLE color: 8295680.

HSL color Cylindrical-coordinate representation of color #00957E: hue angle of 170.74º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00957E is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 149 126 -
CMYK 1 0 0.15 0.42
HSL 170.74º 1% 0.29% -
HSV(B) 170.74º 1% 0.58% -
XYZ 14.51 23 23.41 -
YUV 101.83 141.64 55.37 -
System Red Green Blue C M Y K H S L
Decimal 0 149 126 1 0 0.15 0.42 170.74 1 0.29
Hex 0 95 7E 64 0 F 2A AB 64 1D
Octal 0 225 176 144 0 17 52 253 144 35
Binary 0 10010101 1111110 1100100 0 1111 101010 10101011 1100100 11101

Color Harmonies of #00957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00957E

Black with #00957E

Text Example


Text Example

White with #00957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00957E; }

 p { color: rgb(0,149,126); }

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

background-color css

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

 a { background-color: rgb(0,149,126); }

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

border-color css

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

 span { border-color: rgb(0,149,126); }

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