Html Css Color HEX #7FEBD2 Aquamarine

📋 copy color: '#7FEBD2'

red 127 ◦ green 235 ◦ blue 210

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

Shades of Aquamarine #7FEBD2

Tints of Aquamarine #7FEBD2

RGB

 RED value IS 127 (50% from 255) = 22.2%

 GREEN value IS 235 (92.19% from 255) = 41.08%

 BLUE value IS 210 (82.42% from 255) = 36.71%

R = 22.2%
G = 41.08%
B = 36.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#7FEBD2 (or 0x7FEBD2) is known color: Aquamarine. HEX triplet: 7F, EB and D2. RGB value is (127,235,210). Sum of RGB (Red+Green+Blue) = 127+235+210=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBD2 is #80142D. Grayscale: #C7C7C7. Windows color (decimal): -8393774 or 13822847. OLE color: 13822847.

HSL color Cylindrical-coordinate representation of color #7FEBD2: hue angle of 166.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBD2 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 210 -
CMYK 0.46 0 0.11 0.08
HSL 166.11º 0.73% 0.71% -
HSV(B) 166.11º 0.46% 0.92% -
XYZ 50.09 68.58 71.57 -
YUV 199.86 133.72 76.03 -
System Red Green Blue C M Y K H S L
Decimal 127 235 210 0.46 0 0.11 0.08 166.11 0.73 0.71
Hex 7F EB D2 2E 0 B 8 A6 49 47
Octal 177 353 322 56 0 13 10 246 111 107
Binary 1111111 11101011 11010010 101110 0 1011 1000 10100110 1001001 1000111

Color Harmonies of #7FEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBD2

Black with #7FEBD2

Text Example


Text Example

White with #7FEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FEBD2; }

 p { color: rgb(127,235,210); }

 H1.HeaderClassName
 {
   color: #7FEBD2;
 }
 .AnyTagClassName
 {
   color: #7FEBD2;
 }
</style>

background-color css

<style>
 a { background-color: #7FEBD2; }

 a { background-color: rgb(127,235,210); }

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

border-color css

<style>
 span { border-color: #7FEBD2; }

 span { border-color: rgb(127,235,210); }

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