Html Css Color HEX #77FBCB Aquamarine

📋 copy color: '#77FBCB'

red 119 ◦ green 251 ◦ blue 203

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

Shades of Aquamarine #77FBCB

Tints of Aquamarine #77FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.8%

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

R = 20.77%
G = 43.8%
B = 35.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#77FBCB (or 0x77FBCB) is known color: Aquamarine. HEX triplet: 77, FB and CB. RGB value is (119,251,203). Sum of RGB (Red+Green+Blue) = 119+251+203=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBCB is #880434. Grayscale: #CECECE. Windows color (decimal): -8913973 or 13368183. OLE color: 13368183.

HSL color Cylindrical-coordinate representation of color #77FBCB: hue angle of 158.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBCB is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 251 203 -
CMYK 0.53 0 0.19 0.02
HSL 158.18º 0.94% 0.73% -
HSV(B) 158.18º 0.53% 0.98% -
XYZ 52.88 77.23 68.62 -
YUV 206.06 126.27 65.9 -
System Red Green Blue C M Y K H S L
Decimal 119 251 203 0.53 0 0.19 0.02 158.18 0.94 0.73
Hex 77 FB CB 35 0 13 2 9E 5E 49
Octal 167 373 313 65 0 23 2 236 136 111
Binary 1110111 11111011 11001011 110101 0 10011 10 10011110 1011110 1001001

Color Harmonies of #77FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBCB

Black with #77FBCB

Text Example


Text Example

White with #77FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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