#7BE1CC

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

Shades of Riptide #7BE1CC

Tints of Riptide #7BE1CC

Color information

#7BE1CC (or 0x7BE1CC) is unknown color: approx Riptide. HEX triplet: 7B, E1 and CC. RGB value is (123,225,204). Sum of RGB (Red+Green+Blue) = 123+225+204=552 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.28% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #7BE1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE1CC is #841E33. Grayscale: #C0C0C0. Windows color (decimal): -8658484 or 13427067. OLE color: 13427067.

HSL color Cylindrical-coordinate representation of color #7BE1CC: hue angle of 167.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE1CC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB123225204-
CMYK0.4500.090.12
HSL167.65º62.96%68.24%-
HSV(B)167.65º45.33%88.24%-
XYZ45.9962.4266.75-
YUV192.11134.7178.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.28%
GREEN value IS 225 (88.28% from 255) = 40.76%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=22.28%
G=40.76%
B=36.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1232252040.4500.090.12167.6562.9668.24
Hex7BE1CC2D09Ca83f44
Octal173341314550111425077104
Binary11110111110000111001100101101010011100101010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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