#8CDBC7

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

Shades of Riptide #8CDBC7

Tints of Riptide #8CDBC7

Color information

#8CDBC7 (or 0x8CDBC7) is unknown color: approx Riptide. HEX triplet: 8C, DB and C7. RGB value is (140,219,199). Sum of RGB (Red+Green+Blue) = 140+219+199=558 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.09% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBC7 is #732438. Grayscale: #C1C1C1. Windows color (decimal): -7545913 or 13097868. OLE color: 13097868.

HSL color Cylindrical-coordinate representation of color #8CDBC7: hue angle of 164.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBC7 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB140219199-
CMYK0.3600.090.14
HSL164.81º52.32%70.39%-
HSV(B)164.81º36.07%85.88%-
XYZ46.4660.3663.24-
YUV193.1131.3390.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.09%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=25.09%
G=39.25%
B=35.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402191990.3600.090.14164.8152.3270.39
Hex8CDBC72409Ea53446
Octal214333307440111624564106
Binary100011001101101111000111100100010011110101001011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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