#7BEBC0

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

Shades of Riptide #7BEBC0

Tints of Riptide #7BEBC0

Color information

#7BEBC0 (or 0x7BEBC0) is unknown color: approx Riptide. HEX triplet: 7B, EB and C0. RGB value is (123,235,192). Sum of RGB (Red+Green+Blue) = 123+235+192=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBC0 is #84143F. Grayscale: #C4C4C4. Windows color (decimal): -8655936 or 12643195. OLE color: 12643195.

HSL color Cylindrical-coordinate representation of color #7BEBC0: hue angle of 156.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBC0 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB123235192-
CMYK0.4800.180.08
HSL156.96º73.68%70.2%-
HSV(B)156.96º47.66%92.16%-
XYZ47.3967.4360.39-
YUV196.61125.3975.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.36%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=22.36%
G=42.73%
B=34.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232351920.4800.180.08156.9673.6870.2
Hex7BEBC03001289d4a46
Octal1733533006002210235112106
Binary1111011111010111100000011000001001010001001110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,235,192); }

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

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

 a { background-color: rgb(123,235,192); }

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

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

 span { border-color: rgb(123,235,192); }

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