#95E0CF

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

Shades of Riptide #95E0CF

Tints of Riptide #95E0CF

Color information

#95E0CF (or 0x95E0CF) is unknown color: approx Riptide. HEX triplet: 95, E0 and CF. RGB value is (149,224,207). Sum of RGB (Red+Green+Blue) = 149+224+207=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0CF is #6A1F30. Grayscale: #C7C7C7. Windows color (decimal): -6954801 or 13623445. OLE color: 13623445.

HSL color Cylindrical-coordinate representation of color #95E0CF: hue angle of 166.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0CF is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB149224207-
CMYK0.3300.080.12
HSL166.4º54.74%73.14%-
HSV(B)166.4º33.48%87.84%-
XYZ50.3164.2168.77-
YUV199.64132.1591.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.69%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=25.69%
G=38.62%
B=35.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492242070.3300.080.12166.454.7473.14
Hex95E0CF2108Ca63749
Octal225340317410101424667111
Binary100101011110000011001111100001010001100101001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E0CF; }

 p { color: rgb(149,224,207); }

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

<style>
 a { background-color: #95E0CF; }

 a { background-color: rgb(149,224,207); }

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

<style>
 span { border-color: #95E0CF; }

 span { border-color: rgb(149,224,207); }

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