Html Css Color HEX #7FFDDB Aquamarine

📋 copy color: '#7FFDDB'

red 127 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #7FFDDB

Tints of Aquamarine #7FFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.24%

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

R = 21.2%
G = 42.24%
B = 36.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#7FFDDB (or 0x7FFDDB) is known color: Aquamarine. HEX triplet: 7F, FD and DB. RGB value is (127,253,219). Sum of RGB (Red+Green+Blue) = 127+253+219=599 (79% of max value = 765). Red value is 127 (50% from 255 or 21.20% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDDB is #800224. Grayscale: #D3D3D3. Windows color (decimal): -8389157 or 14417279. OLE color: 14417279.

HSL color Cylindrical-coordinate representation of color #7FFDDB: hue angle of 163.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDDB is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 253 219 -
CMYK 0.50 0 0.13 0.01
HSL 163.81º 0.97% 0.75% -
HSV(B) 163.81º 0.5% 0.99% -
XYZ 56.66 79.88 79.45 -
YUV 211.45 132.26 67.76 -
System Red Green Blue C M Y K H S L
Decimal 127 253 219 0.50 0 0.13 0.01 163.81 0.97 0.75
Hex 7F FD DB 32 0 D 1 A4 61 4B
Octal 177 375 333 62 0 15 1 244 141 113
Binary 1111111 11111101 11011011 110010 0 1101 1 10100100 1100001 1001011

Color Harmonies of #7FFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFDDB

Black with #7FFDDB

Text Example


Text Example

White with #7FFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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