Html Css Color HEX #7FFDCF Aquamarine

📋 copy color: '#7FFDCF'

red 127 ◦ green 253 ◦ blue 207

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

Shades of Aquamarine #7FFDCF

Tints of Aquamarine #7FFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.1%

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

R = 21.64%
G = 43.1%
B = 35.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#7FFDCF (or 0x7FFDCF) is known color: Aquamarine. HEX triplet: 7F, FD and CF. RGB value is (127,253,207). Sum of RGB (Red+Green+Blue) = 127+253+207=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #7FFDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FFDCF is #800230. Grayscale: #D2D2D2. Windows color (decimal): -8389169 or 13630847. OLE color: 13630847.

HSL color Cylindrical-coordinate representation of color #7FFDCF: hue angle of 158.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFDCF is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 253 207 -
CMYK 0.50 0 0.18 0.01
HSL 158.1º 0.97% 0.75% -
HSV(B) 158.1º 0.5% 0.99% -
XYZ 55.14 79.27 71.43 -
YUV 210.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 127 253 207 0.50 0 0.18 0.01 158.1 0.97 0.75
Hex 7F FD CF 32 0 12 1 9E 61 4B
Octal 177 375 317 62 0 22 1 236 141 113
Binary 1111111 11111101 11001111 110010 0 10010 1 10011110 1100001 1001011

Color Harmonies of #7FFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFDCF

Black with #7FFDCF

Text Example


Text Example

White with #7FFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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