Html Css Color HEX #7FEFD3 Aquamarine

📋 copy color: '#7FEFD3'

red 127 ◦ green 239 ◦ blue 211

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

Shades of Aquamarine #7FEFD3

Tints of Aquamarine #7FEFD3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 22.01%
G = 41.42%
B = 36.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#7FEFD3 (or 0x7FEFD3) is known color: Aquamarine. HEX triplet: 7F, EF and D3. RGB value is (127,239,211). Sum of RGB (Red+Green+Blue) = 127+239+211=577 (76% of max value = 765). Red value is 127 (50% from 255 or 22.01% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEFD3 is #80102C. Grayscale: #CACACA. Windows color (decimal): -8392749 or 13889407. OLE color: 13889407.

HSL color Cylindrical-coordinate representation of color #7FEFD3: hue angle of 165º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEFD3 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 239 211 -
CMYK 0.47 0 0.12 0.06
HSL 165º 0.78% 0.72% -
HSV(B) 165º 0.47% 0.94% -
XYZ 51.38 70.95 72.61 -
YUV 202.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 127 239 211 0.47 0 0.12 0.06 165 0.78 0.72
Hex 7F EF D3 2F 0 C 6 A5 4E 48
Octal 177 357 323 57 0 14 6 245 116 110
Binary 1111111 11101111 11010011 101111 0 1100 110 10100101 1001110 1001000

Color Harmonies of #7FEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEFD3

Black with #7FEFD3

Text Example


Text Example

White with #7FEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,239,211); }

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

background-color css

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

 a { background-color: rgb(127,239,211); }

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

border-color css

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

 span { border-color: rgb(127,239,211); }

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