Html Css Color HEX #7BF0CB Aquamarine

📋 copy color: '#7BF0CB'

red 123 ◦ green 240 ◦ blue 203

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

Shades of Aquamarine #7BF0CB

Tints of Aquamarine #7BF0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 21.73%
G = 42.4%
B = 35.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#7BF0CB (or 0x7BF0CB) is known color: Aquamarine. HEX triplet: 7B, F0 and CB. RGB value is (123,240,203). Sum of RGB (Red+Green+Blue) = 123+240+203=566 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.73% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BF0CB is #840F34. Grayscale: #C8C8C8. Windows color (decimal): -8654645 or 13365371. OLE color: 13365371.

HSL color Cylindrical-coordinate representation of color #7BF0CB: hue angle of 161.03º 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 #7BF0CB is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 240 203 -
CMYK 0.49 0 0.15 0.06
HSL 161.03º 0.8% 0.71% -
HSV(B) 161.03º 0.49% 0.94% -
XYZ 50.11 70.84 67.53 -
YUV 200.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 123 240 203 0.49 0 0.15 0.06 161.03 0.8 0.71
Hex 7B F0 CB 31 0 F 6 A1 50 47
Octal 173 360 313 61 0 17 6 241 120 107
Binary 1111011 11110000 11001011 110001 0 1111 110 10100001 1010000 1000111

Color Harmonies of #7BF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BF0CB

Black with #7BF0CB

Text Example


Text Example

White with #7BF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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