Html Css Color HEX #77FDCB Aquamarine

📋 copy color: '#77FDCB'

red 119 ◦ green 253 ◦ blue 203

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

Shades of Aquamarine #77FDCB

Tints of Aquamarine #77FDCB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

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

R = 20.7%
G = 44%
B = 35.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#77FDCB (or 0x77FDCB) is known color: Aquamarine. HEX triplet: 77, FD and CB. RGB value is (119,253,203). Sum of RGB (Red+Green+Blue) = 119+253+203=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FDCB is #880234. Grayscale: #CFCFCF. Windows color (decimal): -8913461 or 13368695. OLE color: 13368695.

HSL color Cylindrical-coordinate representation of color #77FDCB: hue angle of 157.61º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FDCB is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 253 203 -
CMYK 0.53 0 0.20 0.01
HSL 157.61º 0.97% 0.73% -
HSV(B) 157.61º 0.53% 0.99% -
XYZ 53.51 78.48 68.83 -
YUV 207.23 125.61 65.07 -
System Red Green Blue C M Y K H S L
Decimal 119 253 203 0.53 0 0.20 0.01 157.61 0.97 0.73
Hex 77 FD CB 35 0 14 1 9E 61 49
Octal 167 375 313 65 0 24 1 236 141 111
Binary 1110111 11111101 11001011 110101 0 10100 1 10011110 1100001 1001001

Color Harmonies of #77FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDCB

Black with #77FDCB

Text Example


Text Example

White with #77FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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