#75E4CE

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

Shades of Riptide #75E4CE

Tints of Riptide #75E4CE

Color information

#75E4CE (or 0x75E4CE) is unknown color: approx Riptide. HEX triplet: 75, E4 and CE. RGB value is (117,228,206). Sum of RGB (Red+Green+Blue) = 117+228+206=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #75E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E4CE is #8A1B31. Grayscale: #C0C0C0. Windows color (decimal): -9050930 or 13558901. OLE color: 13558901.

HSL color Cylindrical-coordinate representation of color #75E4CE: hue angle of 168.11º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E4CE is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB117228206-
CMYK0.4900.100.11
HSL168.11º67.27%67.65%-
HSV(B)168.11º48.68%89.41%-
XYZ46.2263.7268.26-
YUV192.3135.7374.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.23%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=21.23%
G=41.38%
B=37.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1172282060.4900.100.11168.1167.2767.65
Hex75E4CE310ABa84344
Octal1653443166101213250103104
Binary111010111100100110011101100010101010111010100010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75E4CE; }

 p { color: rgb(117,228,206); }

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

<style>
 a { background-color: #75E4CE; }

 a { background-color: rgb(117,228,206); }

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

<style>
 span { border-color: #75E4CE; }

 span { border-color: rgb(117,228,206); }

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