Html Css Color HEX #76FBDD Aquamarine

📋 copy color: '#76FBDD'

red 118 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #76FBDD

Tints of Aquamarine #76FBDD

RGB

 RED value IS 118 (46.48% from 255) = 20%

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 20%
G = 42.54%
B = 37.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#76FBDD (or 0x76FBDD) is known color: Aquamarine. HEX triplet: 76, FB and DD. RGB value is (118,251,221). Sum of RGB (Red+Green+Blue) = 118+251+221=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FBDD is #890422. Grayscale: #CFCFCF. Windows color (decimal): -8979491 or 14547830. OLE color: 14547830.

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

Color convert

RGB 118 251 221 -
CMYK 0.53 0 0.12 0.02
HSL 166.47º 0.94% 0.72% -
HSV(B) 166.47º 0.53% 0.98% -
XYZ 55.02 78.07 80.58 -
YUV 207.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 118 251 221 0.53 0 0.12 0.02 166.47 0.94 0.72
Hex 76 FB DD 35 0 C 2 A6 5E 48
Octal 166 373 335 65 0 14 2 246 136 110
Binary 1110110 11111011 11011101 110101 0 1100 10 10100110 1011110 1001000

Color Harmonies of #76FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FBDD

Black with #76FBDD

Text Example


Text Example

White with #76FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76FBDD; }

 p { color: rgb(118,251,221); }

 H1.HeaderClassName
 {
   color: #76FBDD;
 }
 .AnyTagClassName
 {
   color: #76FBDD;
 }
</style>

background-color css

<style>
 a { background-color: #76FBDD; }

 a { background-color: rgb(118,251,221); }

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

border-color css

<style>
 span { border-color: #76FBDD; }

 span { border-color: rgb(118,251,221); }

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