#8aebcb

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

Shades of Riptide #8AEBCB

Tints of Riptide #8AEBCB

Color information

#8AEBCB (or 0x8AEBCB) is unknown color: approx Riptide. HEX triplet: 8A, EB and CB. RGB value is (138,235,203). Sum of RGB (Red+Green+Blue) = 138+235+203=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBCB is #751434. Grayscale: #CACACA. Windows color (decimal): -7672885 or 13364106. OLE color: 13364106.

HSL color Cylindrical-coordinate representation of color #8AEBCB: hue angle of 160.21º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AEBCB is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB138235203-
CMYK0.4100.140.08
HSL160.21º70.8%73.14%-
HSV(B)160.21º41.28%92.16%-
XYZ50.9769.1367.16-
YUV202.35128.3682.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.96%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=23.96%
G=40.80%
B=35.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382352030.4100.140.08160.2170.873.14
Hex8AEBCB290E8a04749
Octal2123533135101610240107111
Binary1000101011101011110010111010010111010001010000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aebcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,203); }

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

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

 a { background-color: rgb(138,235,203); }

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

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

 span { border-color: rgb(138,235,203); }

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