Html Css Color HEX #7FEBE0 Aquamarine

📋 copy color: '#7FEBE0'

red 127 ◦ green 235 ◦ blue 224

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

Shades of Aquamarine #7FEBE0

Tints of Aquamarine #7FEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 21.67%
G = 40.1%
B = 38.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#7FEBE0 (or 0x7FEBE0) is known color: Aquamarine. HEX triplet: 7F, EB and E0. RGB value is (127,235,224). Sum of RGB (Red+Green+Blue) = 127+235+224=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEBE0 is #80141F. Grayscale: #C9C9C9. Windows color (decimal): -8393760 or 14740351. OLE color: 14740351.

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

Color convert

RGB 127 235 224 -
CMYK 0.46 0 0.05 0.08
HSL 173.89º 0.73% 0.71% -
HSV(B) 173.89º 0.46% 0.92% -
XYZ 51.92 69.31 81.16 -
YUV 201.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 127 235 224 0.46 0 0.05 0.08 173.89 0.73 0.71
Hex 7F EB E0 2E 0 5 8 AE 49 47
Octal 177 353 340 56 0 5 10 256 111 107
Binary 1111111 11101011 11100000 101110 0 101 1000 10101110 1001001 1000111

Color Harmonies of #7FEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBE0

Black with #7FEBE0

Text Example


Text Example

White with #7FEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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