#8CEBC7

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

Shades of Riptide #8CEBC7

Tints of Riptide #8CEBC7

Color information

#8CEBC7 (or 0x8CEBC7) is unknown color: approx Riptide. HEX triplet: 8C, EB and C7. RGB value is (140,235,199). Sum of RGB (Red+Green+Blue) = 140+235+199=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEBC7 is #731438. Grayscale: #CACACA. Windows color (decimal): -7541817 or 13101964. OLE color: 13101964.

HSL color Cylindrical-coordinate representation of color #8CEBC7: hue angle of 157.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBC7 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB140235199-
CMYK0.4000.150.08
HSL157.26º70.37%73.53%-
HSV(B)157.26º40.43%92.16%-
XYZ50.8369.1264.69-
YUV202.49126.0383.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.39%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=24.39%
G=40.94%
B=34.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402351990.4000.150.08157.2670.3773.53
Hex8CEBC7280F89d464a
Octal2143533075001710235106112
Binary1000110011101011110001111010000111110001001110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,235,199); }

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

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

 a { background-color: rgb(140,235,199); }

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

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

 span { border-color: rgb(140,235,199); }

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