#0CA574

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

Shades of Free Speech Aquamarine #0CA574

Tints of Free Speech Aquamarine #0CA574

Color information

#0CA574 (or 0x0CA574) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, A5 and 74. RGB value is (12,165,116). Sum of RGB (Red+Green+Blue) = 12+165+116=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA574 is #F35A8B. Grayscale: #717171. Windows color (decimal): -15948428 or 7644428. OLE color: 7644428.

HSL color Cylindrical-coordinate representation of color #0CA574: hue angle of 160.78º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA574 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB12165116-
CMYK0.9300.300.35
HSL160.78º86.44%34.71%-
HSV(B)160.78º92.73%64.71%-
XYZ16.7628.2521.09-
YUV113.67129.3155.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.10%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 116 (45.70% from 255) = 39.59%
R=4.10%
G=56.31%
B=39.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121651160.9300.300.35160.7886.4434.71
HexCA5745D01E23a15623
Octal142451641350364324112643
Binary11001010010111101001011101011110100011101000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA574; }

 p { color: rgb(12,165,116); }

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

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

 a { background-color: rgb(12,165,116); }

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

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

 span { border-color: rgb(12,165,116); }

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