Html Css Color HEX #77FDE7 Aquamarine

📋 copy color: '#77FDE7'

red 119 ◦ green 253 ◦ blue 231

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

Shades of Aquamarine #77FDE7

Tints of Aquamarine #77FDE7

RGB

 RED value IS 119 (46.88% from 255) = 19.73%

 GREEN value IS 253 (99.22% from 255) = 41.96%

 BLUE value IS 231 (90.63% from 255) = 38.31%

R = 19.73%
G = 41.96%
B = 38.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#77FDE7 (or 0x77FDE7) is known color: Aquamarine. HEX triplet: 77, FD and E7. RGB value is (119,253,231). Sum of RGB (Red+Green+Blue) = 119+253+231=603 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.73% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDE7 is #880218. Grayscale: #D2D2D2. Windows color (decimal): -8913433 or 15203703. OLE color: 15203703.

HSL color Cylindrical-coordinate representation of color #77FDE7: hue angle of 170.15º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDE7 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 253 231 -
CMYK 0.53 0 0.09 0.01
HSL 170.15º 0.97% 0.73% -
HSV(B) 170.15º 0.53% 0.99% -
XYZ 57.16 79.94 88.02 -
YUV 210.43 139.61 62.79 -
System Red Green Blue C M Y K H S L
Decimal 119 253 231 0.53 0 0.09 0.01 170.15 0.97 0.73
Hex 77 FD E7 35 0 9 1 AA 61 49
Octal 167 375 347 65 0 11 1 252 141 111
Binary 1110111 11111101 11100111 110101 0 1001 1 10101010 1100001 1001001

Color Harmonies of #77FDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDE7

Black with #77FDE7

Text Example


Text Example

White with #77FDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FDE7; }

 p { color: rgb(119,253,231); }

 H1.HeaderClassName
 {
   color: #77FDE7;
 }
 .AnyTagClassName
 {
   color: #77FDE7;
 }
</style>

background-color css

<style>
 a { background-color: #77FDE7; }

 a { background-color: rgb(119,253,231); }

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

border-color css

<style>
 span { border-color: #77FDE7; }

 span { border-color: rgb(119,253,231); }

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