Html Css Color HEX #7FFBDB Aquamarine

📋 copy color: '#7FFBDB'

red 127 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #7FFBDB

Tints of Aquamarine #7FFBDB

RGB

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

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

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

R = 21.27%
G = 42.04%
B = 36.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#7FFBDB (or 0x7FFBDB) is known color: Aquamarine. HEX triplet: 7F, FB and DB. RGB value is (127,251,219). Sum of RGB (Red+Green+Blue) = 127+251+219=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFBDB is #800424. Grayscale: #D2D2D2. Windows color (decimal): -8389669 or 14416767. OLE color: 14416767.

HSL color Cylindrical-coordinate representation of color #7FFBDB: hue angle of 164.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBDB is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 251 219 -
CMYK 0.49 0 0.13 0.02
HSL 164.52º 0.94% 0.74% -
HSV(B) 164.52º 0.49% 0.98% -
XYZ 56.04 78.62 79.24 -
YUV 210.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 127 251 219 0.49 0 0.13 0.02 164.52 0.94 0.74
Hex 7F FB DB 31 0 D 2 A5 5E 4A
Octal 177 373 333 61 0 15 2 245 136 112
Binary 1111111 11111011 11011011 110001 0 1101 10 10100101 1011110 1001010

Color Harmonies of #7FFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBDB

Black with #7FFBDB

Text Example


Text Example

White with #7FFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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