Html Css Color HEX #7FEBDB Aquamarine

📋 copy color: '#7FEBDB'

red 127 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #7FEBDB

Tints of Aquamarine #7FEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 21.86%
G = 40.45%
B = 37.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#7FEBDB (or 0x7FEBDB) is known color: Aquamarine. HEX triplet: 7F, EB and DB. RGB value is (127,235,219). Sum of RGB (Red+Green+Blue) = 127+235+219=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBDB is #801424. Grayscale: #C8C8C8. Windows color (decimal): -8393765 or 14412671. OLE color: 14412671.

HSL color Cylindrical-coordinate representation of color #7FEBDB: hue angle of 171.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 #7FEBDB is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 219 -
CMYK 0.46 0 0.07 0.08
HSL 171.11º 0.73% 0.71% -
HSV(B) 171.11º 0.46% 0.92% -
XYZ 51.25 69.04 77.64 -
YUV 200.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 127 235 219 0.46 0 0.07 0.08 171.11 0.73 0.71
Hex 7F EB DB 2E 0 7 8 AB 49 47
Octal 177 353 333 56 0 7 10 253 111 107
Binary 1111111 11101011 11011011 101110 0 111 1000 10101011 1001001 1000111

Color Harmonies of #7FEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBDB

Black with #7FEBDB

Text Example


Text Example

White with #7FEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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