Html Css Color HEX #77F3CB Aquamarine

📋 copy color: '#77F3CB'

red 119 ◦ green 243 ◦ blue 203

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

Shades of Aquamarine #77F3CB

Tints of Aquamarine #77F3CB

RGB

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

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

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

R = 21.06%
G = 43.01%
B = 35.93%

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

#77F3CB (or 0x77F3CB) is known color: Aquamarine. HEX triplet: 77, F3 and CB. RGB value is (119,243,203). Sum of RGB (Red+Green+Blue) = 119+243+203=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #77F3CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77F3CB is #880C34. Grayscale: #C9C9C9. Windows color (decimal): -8916021 or 13366135. OLE color: 13366135.

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

Color convert

RGB 119 243 203 -
CMYK 0.51 0 0.16 0.05
HSL 160.65º 0.84% 0.71% -
HSV(B) 160.65º 0.51% 0.95% -
XYZ 50.44 72.33 67.8 -
YUV 201.36 128.92 69.25 -
System Red Green Blue C M Y K H S L
Decimal 119 243 203 0.51 0 0.16 0.05 160.65 0.84 0.71
Hex 77 F3 CB 33 0 10 5 A1 54 47
Octal 167 363 313 63 0 20 5 241 124 107
Binary 1110111 11110011 11001011 110011 0 10000 101 10100001 1010100 1000111

Color Harmonies of #77F3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77F3CB

Black with #77F3CB

Text Example


Text Example

White with #77F3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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