Html Css Color HEX #76F8CF Aquamarine

📋 copy color: '#76F8CF'

red 118 ◦ green 248 ◦ blue 207

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

Shades of Aquamarine #76F8CF

Tints of Aquamarine #76F8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.28%

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 20.59%
G = 43.28%
B = 36.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#76F8CF (or 0x76F8CF) is known color: Aquamarine. HEX triplet: 76, F8 and CF. RGB value is (118,248,207). Sum of RGB (Red+Green+Blue) = 118+248+207=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #76F8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F8CF is #890730. Grayscale: #CCCCCC. Windows color (decimal): -8980273 or 13629558. OLE color: 13629558.

HSL color Cylindrical-coordinate representation of color #76F8CF: hue angle of 161.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F8CF is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 248 207 -
CMYK 0.52 0 0.17 0.03
HSL 161.08º 0.9% 0.72% -
HSV(B) 161.08º 0.52% 0.97% -
XYZ 52.3 75.49 70.85 -
YUV 204.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 118 248 207 0.52 0 0.17 0.03 161.08 0.9 0.72
Hex 76 F8 CF 34 0 11 3 A1 5A 48
Octal 166 370 317 64 0 21 3 241 132 110
Binary 1110110 11111000 11001111 110100 0 10001 11 10100001 1011010 1001000

Color Harmonies of #76F8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F8CF

Black with #76F8CF

Text Example


Text Example

White with #76F8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,248,207); }

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

background-color css

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

 a { background-color: rgb(118,248,207); }

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

border-color css

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

 span { border-color: rgb(118,248,207); }

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