Html Css Color HEX #7FEECD Aquamarine

📋 copy color: '#7FEECD'

red 127 ◦ green 238 ◦ blue 205

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

Shades of Aquamarine #7FEECD

Tints of Aquamarine #7FEECD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.75%

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 22.28%
G = 41.75%
B = 35.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7FEECD (or 0x7FEECD) is known color: Aquamarine. HEX triplet: 7F, EE and CD. RGB value is (127,238,205). Sum of RGB (Red+Green+Blue) = 127+238+205=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEECD is #801132. Grayscale: #C9C9C9. Windows color (decimal): -8393011 or 13495935. OLE color: 13495935.

HSL color Cylindrical-coordinate representation of color #7FEECD: hue angle of 162.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEECD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 205 -
CMYK 0.47 0 0.14 0.07
HSL 162.16º 0.77% 0.72% -
HSV(B) 162.16º 0.47% 0.93% -
XYZ 50.35 70.07 68.63 -
YUV 201.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 127 238 205 0.47 0 0.14 0.07 162.16 0.77 0.72
Hex 7F EE CD 2F 0 E 7 A2 4D 48
Octal 177 356 315 57 0 16 7 242 115 110
Binary 1111111 11101110 11001101 101111 0 1110 111 10100010 1001101 1001000

Color Harmonies of #7FEECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEECD

Black with #7FEECD

Text Example


Text Example

White with #7FEECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,238,205); }

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

background-color css

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

 a { background-color: rgb(127,238,205); }

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

border-color css

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

 span { border-color: rgb(127,238,205); }

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