Html Css Color HEX #77F2DF Aquamarine

📋 copy color: '#77F2DF'

red 119 ◦ green 242 ◦ blue 223

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

Shades of Aquamarine #77F2DF

Tints of Aquamarine #77F2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 223 (87.5% from 255) = 38.18%

R = 20.38%
G = 41.44%
B = 38.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#77F2DF (or 0x77F2DF) is known color: Aquamarine. HEX triplet: 77, F2 and DF. RGB value is (119,242,223). Sum of RGB (Red+Green+Blue) = 119+242+223=584 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.38% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #77F2DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F2DF is #880D20. Grayscale: #CBCBCB. Windows color (decimal): -8916257 or 14676599. OLE color: 14676599.

HSL color Cylindrical-coordinate representation of color #77F2DF: hue angle of 170.73º degrees, saturation: 0.83, 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 #77F2DF is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 242 223 -
CMYK 0.51 0 0.08 0.05
HSL 170.73º 0.83% 0.71% -
HSV(B) 170.73º 0.51% 0.95% -
XYZ 52.68 72.75 81.08 -
YUV 203.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 119 242 223 0.51 0 0.08 0.05 170.73 0.83 0.71
Hex 77 F2 DF 33 0 8 5 AB 53 47
Octal 167 362 337 63 0 10 5 253 123 107
Binary 1110111 11110010 11011111 110011 0 1000 101 10101011 1010011 1000111

Color Harmonies of #77F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F2DF

Black with #77F2DF

Text Example


Text Example

White with #77F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,242,223); }

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

background-color css

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

 a { background-color: rgb(119,242,223); }

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

border-color css

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

 span { border-color: rgb(119,242,223); }

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