Html Css Color HEX #7BFFCE Aquamarine

📋 copy color: '#7BFFCE'

red 123 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #7BFFCE

Tints of Aquamarine #7BFFCE

RGB

 RED value IS 123 (48.44% from 255) = 21.06%

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 21.06%
G = 43.66%
B = 35.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#7BFFCE (or 0x7BFFCE) is known color: Aquamarine. HEX triplet: 7B, FF and CE. RGB value is (123,255,206). Sum of RGB (Red+Green+Blue) = 123+255+206=584 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.06% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BFFCE is #840031. Grayscale: #D2D2D2. Windows color (decimal): -8650802 or 13565819. OLE color: 13565819.

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

Color convert

RGB 123 255 206 -
CMYK 0.52 0 0.19 0
HSL 157.73º 1% 0.74% -
HSV(B) 157.73º 0.52% 1% -
XYZ 55.07 80.19 70.97 -
YUV 209.95 125.77 65.98 -
System Red Green Blue C M Y K H S L
Decimal 123 255 206 0.52 0 0.19 0 157.73 1 0.74
Hex 7B FF CE 34 0 13 0 9E 64 4A
Octal 173 377 316 64 0 23 0 236 144 112
Binary 1111011 11111111 11001110 110100 0 10011 0 10011110 1100100 1001010

Color Harmonies of #7BFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BFFCE

Black with #7BFFCE

Text Example


Text Example

White with #7BFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,255,206); }

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

background-color css

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

 a { background-color: rgb(123,255,206); }

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

border-color css

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

 span { border-color: rgb(123,255,206); }

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