Html Css Color HEX #77F1CB Aquamarine

📋 copy color: '#77F1CB'

red 119 ◦ green 241 ◦ blue 203

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

Shades of Aquamarine #77F1CB

Tints of Aquamarine #77F1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 21.14%
G = 42.81%
B = 36.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#77F1CB (or 0x77F1CB) is known color: Aquamarine. HEX triplet: 77, F1 and CB. RGB value is (119,241,203). Sum of RGB (Red+Green+Blue) = 119+241+203=563 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.14% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #77F1CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F1CB is #880E34. Grayscale: #C8C8C8. Windows color (decimal): -8916533 or 13365623. OLE color: 13365623.

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

Color convert

RGB 119 241 203 -
CMYK 0.51 0 0.16 0.05
HSL 161.31º 0.81% 0.71% -
HSV(B) 161.31º 0.51% 0.95% -
XYZ 49.84 71.14 67.61 -
YUV 200.19 129.58 70.09 -
System Red Green Blue C M Y K H S L
Decimal 119 241 203 0.51 0 0.16 0.05 161.31 0.81 0.71
Hex 77 F1 CB 33 0 10 5 A1 51 47
Octal 167 361 313 63 0 20 5 241 121 107
Binary 1110111 11110001 11001011 110011 0 10000 101 10100001 1010001 1000111

Color Harmonies of #77F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F1CB

Black with #77F1CB

Text Example


Text Example

White with #77F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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