#8EDFCB

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

Shades of Riptide #8EDFCB

Tints of Riptide #8EDFCB

Color information

#8EDFCB (or 0x8EDFCB) is unknown color: approx Riptide. HEX triplet: 8E, DF and CB. RGB value is (142,223,203). Sum of RGB (Red+Green+Blue) = 142+223+203=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFCB is #712034. Grayscale: #C4C4C4. Windows color (decimal): -7413813 or 13361038. OLE color: 13361038.

HSL color Cylindrical-coordinate representation of color #8EDFCB: hue angle of 165.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFCB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB142223203-
CMYK0.3600.090.13
HSL165.19º55.86%71.57%-
HSV(B)165.19º36.32%87.45%-
XYZ48.3262.8466.08-
YUV196.5131.6689.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=25%
G=39.26%
B=35.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422232030.3600.090.13165.1955.8671.57
Hex8EDFCB2409Da53848
Octal216337313440111524570110
Binary100011101101111111001011100100010011101101001011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,203); }

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

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

 a { background-color: rgb(142,223,203); }

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

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

 span { border-color: rgb(142,223,203); }

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