#7BE2BF

Color #7BE2BF Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7BE2BF

Tints of Riptide #7BE2BF

Color information

#7BE2BF (or 0x7BE2BF) is unknown color: approx Riptide. HEX triplet: 7B, E2 and BF. RGB value is (123,226,191). Sum of RGB (Red+Green+Blue) = 123+226+191=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE2BF is #841D40. Grayscale: #BFBFBF. Windows color (decimal): -8658241 or 12575355. OLE color: 12575355.

HSL color Cylindrical-coordinate representation of color #7BE2BF: hue angle of 159.61º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE2BF is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB123226191-
CMYK0.4600.150.11
HSL159.61º63.98%68.43%-
HSV(B)159.61º45.58%88.63%-
XYZ44.7762.3758.97-
YUV191.21127.8879.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.78%
GREEN value IS 226 (88.67% from 255) = 41.85%
BLUE value IS 191 (75% from 255) = 35.37%
R=22.78%
G=41.85%
B=35.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232261910.4600.150.11159.6163.9868.43
Hex7BE2BF2E0FBa04044
Octal1733422775601713240100104
Binary111101111100010101111111011100111110111010000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,226,191); }

 H1.HeaderClassName
 {
   color: #7BE2BF;
 }
 .AnyTagClassName
 {
   color: #7BE2BF;
 }
</style>
background-color css

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

 a { background-color: rgb(123,226,191); }

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

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

 span { border-color: rgb(123,226,191); }

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