Html Css Color HEX #7FF1CF Aquamarine

📋 copy color: '#7FF1CF'

red 127 ◦ green 241 ◦ blue 207

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

Shades of Aquamarine #7FF1CF

Tints of Aquamarine #7FF1CF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.91%

 BLUE value IS 207 (81.25% from 255) = 36%

R = 22.09%
G = 41.91%
B = 36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#7FF1CF (or 0x7FF1CF) is known color: Aquamarine. HEX triplet: 7F, F1 and CF. RGB value is (127,241,207). Sum of RGB (Red+Green+Blue) = 127+241+207=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FF1CF is #800E30. Grayscale: #CBCBCB. Windows color (decimal): -8392241 or 13627775. OLE color: 13627775.

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

Color convert

RGB 127 241 207 -
CMYK 0.47 0 0.14 0.05
HSL 162.11º 0.8% 0.72% -
HSV(B) 162.11º 0.47% 0.95% -
XYZ 51.47 71.93 70.2 -
YUV 203.04 130.23 73.76 -
System Red Green Blue C M Y K H S L
Decimal 127 241 207 0.47 0 0.14 0.05 162.11 0.8 0.72
Hex 7F F1 CF 2F 0 E 5 A2 50 48
Octal 177 361 317 57 0 16 5 242 120 110
Binary 1111111 11110001 11001111 101111 0 1110 101 10100010 1010000 1001000

Color Harmonies of #7FF1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF1CF

Black with #7FF1CF

Text Example


Text Example

White with #7FF1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,241,207); }

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

background-color css

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

 a { background-color: rgb(127,241,207); }

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

border-color css

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

 span { border-color: rgb(127,241,207); }

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