#7CEBC2

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

Shades of Riptide #7CEBC2

Tints of Riptide #7CEBC2

Color information

#7CEBC2 (or 0x7CEBC2) is unknown color: approx Riptide. HEX triplet: 7C, EB and C2. RGB value is (124,235,194). Sum of RGB (Red+Green+Blue) = 124+235+194=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBC2 is #83143D. Grayscale: #C5C5C5. Windows color (decimal): -8590398 or 12774268. OLE color: 12774268.

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

Color convert

RGB124235194-
CMYK0.4700.170.08
HSL157.84º73.51%70.39%-
HSV(B)157.84º47.23%92.16%-
XYZ47.7667.661.57-
YUV197.14126.2375.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.42%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=22.42%
G=42.50%
B=35.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1242351940.4700.170.08157.8473.5170.39
Hex7CEBC22F01189e4a46
Octal1743533025702110236112106
Binary1111100111010111100001010111101000110001001111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,235,194); }

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

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

 a { background-color: rgb(124,235,194); }

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

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

 span { border-color: rgb(124,235,194); }

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