Html Css Color HEX #7EFFCB Aquamarine

📋 copy color: '#7EFFCB'

red 126 ◦ green 255 ◦ blue 203

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

Shades of Aquamarine #7EFFCB

Tints of Aquamarine #7EFFCB

RGB

 RED value IS 126 (49.61% from 255) = 21.58%

 GREEN value IS 255 (100% from 255) = 43.66%

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

R = 21.58%
G = 43.66%
B = 34.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#7EFFCB (or 0x7EFFCB) is known color: Aquamarine. HEX triplet: 7E, FF and CB. RGB value is (126,255,203). Sum of RGB (Red+Green+Blue) = 126+255+203=584 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.58% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EFFCB is #810034. Grayscale: #D2D2D2. Windows color (decimal): -8454197 or 13369214. OLE color: 13369214.

HSL color Cylindrical-coordinate representation of color #7EFFCB: hue angle of 155.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EFFCB is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 126 255 203 -
CMYK 0.51 0 0.20 0
HSL 155.81º 1% 0.75% -
HSV(B) 155.81º 0.51% 1% -
XYZ 55.14 80.27 69.09 -
YUV 210.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 126 255 203 0.51 0 0.20 0 155.81 1 0.75
Hex 7E FF CB 33 0 14 0 9C 64 4B
Octal 176 377 313 63 0 24 0 234 144 113
Binary 1111110 11111111 11001011 110011 0 10100 0 10011100 1100100 1001011

Color Harmonies of #7EFFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFFCB

Black with #7EFFCB

Text Example


Text Example

White with #7EFFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,255,203); }

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

background-color css

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

 a { background-color: rgb(126,255,203); }

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

border-color css

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

 span { border-color: rgb(126,255,203); }

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