Html Css Color HEX #7BF0CA Aquamarine

📋 copy color: '#7BF0CA'

red 123 ◦ green 240 ◦ blue 202

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

Shades of Aquamarine #7BF0CA

Tints of Aquamarine #7BF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 21.77%
G = 42.48%
B = 35.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#7BF0CA (or 0x7BF0CA) is known color: Aquamarine. HEX triplet: 7B, F0 and CA. RGB value is (123,240,202). Sum of RGB (Red+Green+Blue) = 123+240+202=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0CA is #840F35. Grayscale: #C8C8C8. Windows color (decimal): -8654646 or 13299835. OLE color: 13299835.

HSL color Cylindrical-coordinate representation of color #7BF0CA: hue angle of 160.51º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF0CA is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 240 202 -
CMYK 0.49 0 0.16 0.06
HSL 160.51º 0.8% 0.71% -
HSV(B) 160.51º 0.49% 0.94% -
XYZ 49.99 70.8 66.91 -
YUV 200.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 123 240 202 0.49 0 0.16 0.06 160.51 0.8 0.71
Hex 7B F0 CA 31 0 10 6 A1 50 47
Octal 173 360 312 61 0 20 6 241 120 107
Binary 1111011 11110000 11001010 110001 0 10000 110 10100001 1010000 1000111

Color Harmonies of #7BF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0CA

Black with #7BF0CA

Text Example


Text Example

White with #7BF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,240,202); }

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

background-color css

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

 a { background-color: rgb(123,240,202); }

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

border-color css

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

 span { border-color: rgb(123,240,202); }

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