#65FDCB

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

Shades of Aquamarine #65FDCB

Tints of Aquamarine #65FDCB

Color information

#65FDCB (or 0x65FDCB) is unknown color: approx Aquamarine. HEX triplet: 65, FD and CB. RGB value is (101,253,203). Sum of RGB (Red+Green+Blue) = 101+253+203=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FDCB is #9A0234. Grayscale: #C9C9C9. Windows color (decimal): -10093109 or 13368677. OLE color: 13368677.

HSL color Cylindrical-coordinate representation of color #65FDCB: hue angle of 160.26º 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 #65FDCB is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB101253203-
CMYK0.6000.200.01
HSL160.26º97.44%69.41%-
HSV(B)160.26º60.08%99.22%-
XYZ51.2777.3368.72-
YUV201.85128.6456.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 253 (99.22% from 255) = 45.42%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=18.13%
G=45.42%
B=36.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012532030.6000.200.01160.2697.4469.41
Hex65FDCB3C0141a06145
Octal145375313740241240141105
Binary1100101111111011100101111110001010011010000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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