Html Css Color HEX #7BCFA8 Medium Aquamarine

📋 copy color: '#7BCFA8'

red 123 ◦ green 207 ◦ blue 168

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

Shades of Medium Aquamarine #7BCFA8

Tints of Medium Aquamarine #7BCFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 168 (66.02% from 255) = 33.73%

R = 24.7%
G = 41.57%
B = 33.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#7BCFA8 (or 0x7BCFA8) is known color: Medium Aquamarine. HEX triplet: 7B, CF and A8. RGB value is (123,207,168). Sum of RGB (Red+Green+Blue) = 123+207+168=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCFA8 is #843057. Grayscale: #B1B1B1. Windows color (decimal): -8663128 or 11063163. OLE color: 11063163.

HSL color Cylindrical-coordinate representation of color #7BCFA8: hue angle of 152.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFA8 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 207 168 -
CMYK 0.41 0 0.19 0.19
HSL 152.14º 0.47% 0.65% -
HSV(B) 152.14º 0.41% 0.81% -
XYZ 37.55 51.66 45.04 -
YUV 177.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 123 207 168 0.41 0 0.19 0.19 152.14 0.47 0.65
Hex 7B CF A8 29 0 13 13 98 2F 41
Octal 173 317 250 51 0 23 23 230 57 101
Binary 1111011 11001111 10101000 101001 0 10011 10011 10011000 101111 1000001

Color Harmonies of #7BCFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCFA8

Black with #7BCFA8

Text Example


Text Example

White with #7BCFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,207,168); }

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

background-color css

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

 a { background-color: rgb(123,207,168); }

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

border-color css

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

 span { border-color: rgb(123,207,168); }

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