#65FDC4

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

Shades of Aquamarine #65FDC4

Tints of Aquamarine #65FDC4

Color information

#65FDC4 (or 0x65FDC4) is unknown color: approx Aquamarine. HEX triplet: 65, FD and C4. RGB value is (101,253,196). Sum of RGB (Red+Green+Blue) = 101+253+196=550 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.36% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDC4 is #9A023B. Grayscale: #C9C9C9. Windows color (decimal): -10093116 or 12909925. OLE color: 12909925.

HSL color Cylindrical-coordinate representation of color #65FDC4: hue angle of 157.5º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDC4 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB101253196-
CMYK0.6000.230.01
HSL157.5º97.44%69.41%-
HSV(B)157.5º60.08%99.22%-
XYZ50.467764.43-
YUV201.05125.1456.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.36%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=18.36%
G=46%
B=35.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012531960.6000.230.01157.597.4469.41
Hex65FDC43C01719e6145
Octal145375304740271236141105
Binary1100101111111011100010011110001011111001111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,253,196); }

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

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

 a { background-color: rgb(101,253,196); }

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

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

 span { border-color: rgb(101,253,196); }

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