Html Css Color HEX #77F3DA Aquamarine

📋 copy color: '#77F3DA'

red 119 ◦ green 243 ◦ blue 218

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

Shades of Aquamarine #77F3DA

Tints of Aquamarine #77F3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.9%

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 20.52%
G = 41.9%
B = 37.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#77F3DA (or 0x77F3DA) is known color: Aquamarine. HEX triplet: 77, F3 and DA. RGB value is (119,243,218). Sum of RGB (Red+Green+Blue) = 119+243+218=580 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.52% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F3DA is #880C25. Grayscale: #CBCBCB. Windows color (decimal): -8916006 or 14349175. OLE color: 14349175.

HSL color Cylindrical-coordinate representation of color #77F3DA: hue angle of 167.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F3DA is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 243 218 -
CMYK 0.51 0 0.10 0.05
HSL 167.9º 0.84% 0.71% -
HSV(B) 167.9º 0.51% 0.95% -
XYZ 52.31 73.09 77.68 -
YUV 203.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 119 243 218 0.51 0 0.10 0.05 167.9 0.84 0.71
Hex 77 F3 DA 33 0 A 5 A8 54 47
Octal 167 363 332 63 0 12 5 250 124 107
Binary 1110111 11110011 11011010 110011 0 1010 101 10101000 1010100 1000111

Color Harmonies of #77F3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3DA

Black with #77F3DA

Text Example


Text Example

White with #77F3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,243,218); }

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

background-color css

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

 a { background-color: rgb(119,243,218); }

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

border-color css

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

 span { border-color: rgb(119,243,218); }

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