#8CE3CA

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

Shades of Riptide #8CE3CA

Tints of Riptide #8CE3CA

Color information

#8CE3CA (or 0x8CE3CA) is unknown color: approx Riptide. HEX triplet: 8C, E3 and CA. RGB value is (140,227,202). Sum of RGB (Red+Green+Blue) = 140+227+202=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE3CA is #731C35. Grayscale: #C6C6C6. Windows color (decimal): -7543862 or 13296524. OLE color: 13296524.

HSL color Cylindrical-coordinate representation of color #8CE3CA: hue angle of 162.76º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE3CA is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB140227202-
CMYK0.3800.110.11
HSL162.76º60.84%71.96%-
HSV(B)162.76º38.33%89.02%-
XYZ48.9464.7865.8-
YUV198.14130.1886.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 227 (89.06% from 255) = 39.89%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=24.60%
G=39.89%
B=35.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402272020.3800.110.11162.7660.8471.96
Hex8CE3CA260BBa33d48
Octal214343312460131324375110
Binary100011001110001111001010100110010111011101000111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,227,202); }

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

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

 a { background-color: rgb(140,227,202); }

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

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

 span { border-color: rgb(140,227,202); }

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