#0CA575

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

Shades of Free Speech Aquamarine #0CA575

Tints of Free Speech Aquamarine #0CA575

Color information

#0CA575 (or 0x0CA575) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, A5 and 75. RGB value is (12,165,117). Sum of RGB (Red+Green+Blue) = 12+165+117=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA575 is #F35A8A. Grayscale: #717171. Windows color (decimal): -15948427 or 7709964. OLE color: 7709964.

HSL color Cylindrical-coordinate representation of color #0CA575: hue angle of 161.18º 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 #0CA575 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB12165117-
CMYK0.9300.290.35
HSL161.18º86.44%34.71%-
HSV(B)161.18º92.73%64.71%-
XYZ16.8228.2721.4-
YUV113.78129.8155.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.08%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=4.08%
G=56.12%
B=39.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121651170.9300.290.35161.1886.4434.71
HexCA5755D01D23a15623
Octal142451651350354324112643
Binary11001010010111101011011101011101100011101000011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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