#7ee4c4

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

Shades of Riptide #7EE4C4

Tints of Riptide #7EE4C4

Color information

#7EE4C4 (or 0x7EE4C4) is unknown color: approx Riptide. HEX triplet: 7E, E4 and C4. RGB value is (126,228,196). Sum of RGB (Red+Green+Blue) = 126+228+196=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #7EE4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE4C4 is #811B3B. Grayscale: #C1C1C1. Windows color (decimal): -8461116 or 12903550. OLE color: 12903550.

HSL color Cylindrical-coordinate representation of color #7EE4C4: hue angle of 161.18º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE4C4 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB126228196-
CMYK0.4500.140.11
HSL161.18º65.38%69.41%-
HSV(B)161.18º44.74%89.41%-
XYZ46.3163.9162.12-
YUV193.85129.2179.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.91%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=22.91%
G=41.45%
B=35.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262281960.4500.140.11161.1865.3869.41
Hex7EE4C42D0EBa14145
Octal1763443045501613241101105
Binary111111011100100110001001011010111010111010000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ee4c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,228,196); }

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

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

 a { background-color: rgb(126,228,196); }

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

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

 span { border-color: rgb(126,228,196); }

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