Html Css Color HEX #77F1CC Aquamarine

📋 copy color: '#77F1CC'

red 119 ◦ green 241 ◦ blue 204

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

Shades of Aquamarine #77F1CC

Tints of Aquamarine #77F1CC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.73%

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

R = 21.1%
G = 42.73%
B = 36.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#77F1CC (or 0x77F1CC) is known color: Aquamarine. HEX triplet: 77, F1 and CC. RGB value is (119,241,204). Sum of RGB (Red+Green+Blue) = 119+241+204=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1CC is #880E33. Grayscale: #C8C8C8. Windows color (decimal): -8916532 or 13431159. OLE color: 13431159.

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

Color convert

RGB 119 241 204 -
CMYK 0.51 0 0.15 0.05
HSL 161.8º 0.81% 0.71% -
HSV(B) 161.8º 0.51% 0.95% -
XYZ 49.96 71.19 68.23 -
YUV 200.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 119 241 204 0.51 0 0.15 0.05 161.8 0.81 0.71
Hex 77 F1 CC 33 0 F 5 A2 51 47
Octal 167 361 314 63 0 17 5 242 121 107
Binary 1110111 11110001 11001100 110011 0 1111 101 10100010 1010001 1000111

Color Harmonies of #77F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1CC

Black with #77F1CC

Text Example


Text Example

White with #77F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,241,204); }

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

background-color css

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

 a { background-color: rgb(119,241,204); }

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

border-color css

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

 span { border-color: rgb(119,241,204); }

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