#8FEDCA

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

Shades of Riptide #8FEDCA

Tints of Riptide #8FEDCA

Color information

#8FEDCA (or 0x8FEDCA) is unknown color: approx Riptide. HEX triplet: 8F, ED and CA. RGB value is (143,237,202). Sum of RGB (Red+Green+Blue) = 143+237+202=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDCA is #701235. Grayscale: #CCCCCC. Windows color (decimal): -7344694 or 13299087. OLE color: 13299087.

HSL color Cylindrical-coordinate representation of color #8FEDCA: hue angle of 157.66º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDCA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB143237202-
CMYK0.4000.150.07
HSL157.66º72.31%74.51%-
HSV(B)157.66º39.66%92.94%-
XYZ52.2770.6766.76-
YUV204.9126.3683.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.57%
GREEN value IS 237 (92.97% from 255) = 40.72%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=24.57%
G=40.72%
B=34.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432372020.4000.150.07157.6672.3174.51
Hex8FEDCA280F79e484b
Octal217355312500177236110113
Binary100011111110110111001010101000011111111001111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FEDCA; }

 p { color: rgb(143,237,202); }

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

<style>
 a { background-color: #8FEDCA; }

 a { background-color: rgb(143,237,202); }

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

<style>
 span { border-color: #8FEDCA; }

 span { border-color: rgb(143,237,202); }

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