Html Css Color HEX #7FECCB Aquamarine

📋 copy color: '#7FECCB'

red 127 ◦ green 236 ◦ blue 203

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

Shades of Aquamarine #7FECCB

Tints of Aquamarine #7FECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.7%

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 22.44%
G = 41.7%
B = 35.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#7FECCB (or 0x7FECCB) is known color: Aquamarine. HEX triplet: 7F, EC and CB. RGB value is (127,236,203). Sum of RGB (Red+Green+Blue) = 127+236+203=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECCB is #801334. Grayscale: #C7C7C7. Windows color (decimal): -8393525 or 13364351. OLE color: 13364351.

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

Color convert

RGB 127 236 203 -
CMYK 0.46 0 0.14 0.07
HSL 161.83º 0.74% 0.71% -
HSV(B) 161.83º 0.46% 0.93% -
XYZ 49.53 68.81 67.17 -
YUV 199.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 127 236 203 0.46 0 0.14 0.07 161.83 0.74 0.71
Hex 7F EC CB 2E 0 E 7 A2 4A 47
Octal 177 354 313 56 0 16 7 242 112 107
Binary 1111111 11101100 11001011 101110 0 1110 111 10100010 1001010 1000111

Color Harmonies of #7FECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECCB

Black with #7FECCB

Text Example


Text Example

White with #7FECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,236,203); }

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

background-color css

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

 a { background-color: rgb(127,236,203); }

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

border-color css

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

 span { border-color: rgb(127,236,203); }

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