#65F2CC

Color #65F2CC Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #65F2CC

Tints of Aquamarine #65F2CC

Color information

#65F2CC (or 0x65F2CC) is unknown color: approx Aquamarine. HEX triplet: 65, F2 and CC. RGB value is (101,242,204). Sum of RGB (Red+Green+Blue) = 101+242+204=547 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.46% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2CC is #9A0D33. Grayscale: #C3C3C3. Windows color (decimal): -10095924 or 13431397. OLE color: 13431397.

HSL color Cylindrical-coordinate representation of color #65F2CC: hue angle of 163.83º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2CC is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB101242204-
CMYK0.5800.160.05
HSL163.83º84.43%67.25%-
HSV(B)163.83º58.26%94.9%-
XYZ48.0270.6368.23-
YUV195.51132.7960.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.46%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=18.46%
G=44.24%
B=37.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012422040.5800.160.05163.8384.4367.25
Hex65F2CC3A0105a45443
Octal145362314720205244124103
Binary110010111110010110011001110100100001011010010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65F2CC; }

 p { color: rgb(101,242,204); }

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

<style>
 a { background-color: #65F2CC; }

 a { background-color: rgb(101,242,204); }

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

<style>
 span { border-color: #65F2CC; }

 span { border-color: rgb(101,242,204); }

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