Html Css Color HEX #65FACC Aquamarine

📋 copy color: '#65FACC'

red 101 ◦ green 250 ◦ blue 204

#65FACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #65FACC

Tints of Aquamarine #65FACC

RGB

 RED value IS 101 (39.84% from 255) = 18.2%

 GREEN value IS 250 (98.05% from 255) = 45.05%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 18.2%
G = 45.05%
B = 36.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#65FACC (or 0x65FACC) is known color: Aquamarine. HEX triplet: 65, FA and CC. RGB value is (101,250,204). Sum of RGB (Red+Green+Blue) = 101+250+204=555 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.20% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #65FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65FACC is #9A0533. Grayscale: #C8C8C8. Windows color (decimal): -10093876 or 13433445. OLE color: 13433445.

HSL color Cylindrical-coordinate representation of color #65FACC: hue angle of 161.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FACC is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 250 204 -
CMYK 0.60 0 0.18 0.02
HSL 161.48º 0.94% 0.69% -
HSV(B) 161.48º 0.6% 0.98% -
XYZ 50.45 75.5 69.04 -
YUV 200.21 130.14 57.24 -
System Red Green Blue C M Y K H S L
Decimal 101 250 204 0.60 0 0.18 0.02 161.48 0.94 0.69
Hex 65 FA CC 3C 0 12 2 A1 5E 45
Octal 145 372 314 74 0 22 2 241 136 105
Binary 1100101 11111010 11001100 111100 0 10010 10 10100001 1011110 1000101

Color Harmonies of #65FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FACC

Black with #65FACC

Text Example


Text Example

White with #65FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65FACC;
 }
 .AnyTagClassName
 {
   color: #65FACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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