Html Css Color HEX #7BF2CC Aquamarine

📋 copy color: '#7BF2CC'

red 123 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #7BF2CC

Tints of Aquamarine #7BF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.53%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 21.62%
G = 42.53%
B = 35.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#7BF2CC (or 0x7BF2CC) is known color: Aquamarine. HEX triplet: 7B, F2 and CC. RGB value is (123,242,204). Sum of RGB (Red+Green+Blue) = 123+242+204=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF2CC is #840D33. Grayscale: #CACACA. Windows color (decimal): -8654132 or 13431419. OLE color: 13431419.

HSL color Cylindrical-coordinate representation of color #7BF2CC: hue angle of 160.84º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2CC is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 242 204 -
CMYK 0.49 0 0.16 0.05
HSL 160.84º 0.82% 0.72% -
HSV(B) 160.84º 0.49% 0.95% -
XYZ 50.82 72.07 68.36 -
YUV 202.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 123 242 204 0.49 0 0.16 0.05 160.84 0.82 0.72
Hex 7B F2 CC 31 0 10 5 A1 52 48
Octal 173 362 314 61 0 20 5 241 122 110
Binary 1111011 11110010 11001100 110001 0 10000 101 10100001 1010010 1001000

Color Harmonies of #7BF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF2CC

Black with #7BF2CC

Text Example


Text Example

White with #7BF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,242,204); }

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

background-color css

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

 a { background-color: rgb(123,242,204); }

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

border-color css

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

 span { border-color: rgb(123,242,204); }

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