#02957C

Color #02957C Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #02957C

Tints of Free Speech Aquamarine #02957C

Color information

#02957C (or 0x02957C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, 95 and 7C. RGB value is (2,149,124). Sum of RGB (Red+Green+Blue) = 2+149+124=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #02957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02957C is #FD6A83. Grayscale: #666666. Windows color (decimal): -16607876 or 8164610. OLE color: 8164610.

HSL color Cylindrical-coordinate representation of color #02957C: hue angle of 169.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02957C is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB2149124-
CMYK0.9900.170.42
HSL169.8º97.35%29.61%-
HSV(B)169.8º98.66%58.43%-
XYZ14.4122.9622.74-
YUV102.2140.356.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=0.73%
G=54.18%
B=45.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491240.9900.170.42169.897.3529.61
Hex2957C630112Aaa611e
Octal22251741430215225214136
Binary10100101011111100110001101000110101010101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02957C; }

 p { color: rgb(2,149,124); }

 H1.HeaderClassName
 {
   color: #02957C;
 }
 .AnyTagClassName
 {
   color: #02957C;
 }
</style>
background-color css

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

 a { background-color: rgb(2,149,124); }

 div.DivClassName
 {
   background-color: #02957C;
 }
 .BgClassName
 {
   background-color: #02957C;
 }
</style>
border-color css

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

 span { border-color: rgb(2,149,124); }

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