Html Css Color HEX #7BF8DF Aquamarine

📋 copy color: '#7BF8DF'

red 123 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #7BF8DF

Tints of Aquamarine #7BF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.75%

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 20.71%
G = 41.75%
B = 37.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#7BF8DF (or 0x7BF8DF) is known color: Aquamarine. HEX triplet: 7B, F8 and DF. RGB value is (123,248,223). Sum of RGB (Red+Green+Blue) = 123+248+223=594 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.71% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #7BF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF8DF is #840720. Grayscale: #CFCFCF. Windows color (decimal): -8652577 or 14678139. OLE color: 14678139.

HSL color Cylindrical-coordinate representation of color #7BF8DF: hue angle of 168º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BF8DF is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 248 223 -
CMYK 0.50 0 0.10 0.03
HSL 168º 0.9% 0.73% -
HSV(B) 168º 0.5% 0.97% -
XYZ 55.06 76.67 81.71 -
YUV 207.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 123 248 223 0.50 0 0.10 0.03 168 0.9 0.73
Hex 7B F8 DF 32 0 A 3 A8 5A 49
Octal 173 370 337 62 0 12 3 250 132 111
Binary 1111011 11111000 11011111 110010 0 1010 11 10101000 1011010 1001001

Color Harmonies of #7BF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF8DF

Black with #7BF8DF

Text Example


Text Example

White with #7BF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,248,223); }

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

background-color css

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

 a { background-color: rgb(123,248,223); }

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

border-color css

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

 span { border-color: rgb(123,248,223); }

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