#65F8C4

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

Shades of Aquamarine #65F8C4

Tints of Aquamarine #65F8C4

Color information

#65F8C4 (or 0x65F8C4) is unknown color: approx Aquamarine. HEX triplet: 65, F8 and C4. RGB value is (101,248,196). Sum of RGB (Red+Green+Blue) = 101+248+196=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #65F8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F8C4 is #9A073B. Grayscale: #C6C6C6. Windows color (decimal): -10094396 or 12908645. OLE color: 12908645.

HSL color Cylindrical-coordinate representation of color #65F8C4: hue angle of 158.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F8C4 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB101248196-
CMYK0.5900.210.03
HSL158.78º91.3%68.43%-
HSV(B)158.78º59.27%97.25%-
XYZ48.973.8963.91-
YUV198.12126.858.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.53%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=18.53%
G=45.50%
B=35.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012481960.5900.210.03158.7891.368.43
Hex65F8C43B01539f5b44
Octal145370304730253237133104
Binary11001011111100011000100111011010101111001111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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