#81D9C6

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

Shades of Riptide #81D9C6

Tints of Riptide #81D9C6

Color information

#81D9C6 (or 0x81D9C6) is unknown color: approx Riptide. HEX triplet: 81, D9 and C6. RGB value is (129,217,198). Sum of RGB (Red+Green+Blue) = 129+217+198=544 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.71% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D9C6 is #7E2639. Grayscale: #BCBCBC. Windows color (decimal): -8267322 or 13031809. OLE color: 13031809.

HSL color Cylindrical-coordinate representation of color #81D9C6: hue angle of 167.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D9C6 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB129217198-
CMYK0.4100.090.15
HSL167.05º53.66%67.84%-
HSV(B)167.05º40.55%85.1%-
XYZ44.0658.3762.37-
YUV188.52133.3585.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.71%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=23.71%
G=39.89%
B=36.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171980.4100.090.15167.0553.6667.84
Hex81D9C62909Fa73644
Octal201331306510111724766104
Binary100000011101100111000110101001010011111101001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D9C6; }

 p { color: rgb(129,217,198); }

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

<style>
 a { background-color: #81D9C6; }

 a { background-color: rgb(129,217,198); }

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

<style>
 span { border-color: #81D9C6; }

 span { border-color: rgb(129,217,198); }

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