#8CEAC4

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

Shades of Riptide #8CEAC4

Tints of Riptide #8CEAC4

Color information

#8CEAC4 (or 0x8CEAC4) is unknown color: approx Riptide. HEX triplet: 8C, EA and C4. RGB value is (140,234,196). Sum of RGB (Red+Green+Blue) = 140+234+196=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEAC4 is #73153B. Grayscale: #C9C9C9. Windows color (decimal): -7542076 or 12905100. OLE color: 12905100.

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

Color convert

RGB140234196-
CMYK0.4000.160.08
HSL155.74º69.12%73.33%-
HSV(B)155.74º40.17%91.76%-
XYZ50.268.4162.78-
YUV201.56124.8684.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.56%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 196 (76.95% from 255) = 34.39%
R=24.56%
G=41.05%
B=34.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402341960.4000.160.08155.7469.1273.33
Hex8CEAC42801089c4549
Octal2143523045002010234105111
Binary10001100111010101100010010100001000010001001110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,234,196); }

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

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

 a { background-color: rgb(140,234,196); }

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

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

 span { border-color: rgb(140,234,196); }

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