#7bd6cd

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

Shades of Riptide #7BD6CD

Tints of Riptide #7BD6CD

Color information

#7BD6CD (or 0x7BD6CD) is unknown color: approx Riptide. HEX triplet: 7B, D6 and CD. RGB value is (123,214,205). Sum of RGB (Red+Green+Blue) = 123+214+205=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD6CD is #842932. Grayscale: #B9B9B9. Windows color (decimal): -8661299 or 13489787. OLE color: 13489787.

HSL color Cylindrical-coordinate representation of color #7BD6CD: hue angle of 174.07º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD6CD is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB123214205-
CMYK0.4300.040.16
HSL174.07º52.6%66.08%-
HSV(B)174.07º42.52%83.92%-
XYZ43.2356.7166.43-
YUV185.76138.8583.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.69%
GREEN value IS 214 (83.98% from 255) = 39.48%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=22.69%
G=39.48%
B=37.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1232142050.4300.040.16174.0752.666.08
Hex7BD6CD2B0410ae3542
Octal17332631553042025665102
Binary11110111101011011001101101011010010000101011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bd6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7bd6cd; }

 p { color: rgb(123,214,205); }

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

<style>
 a { background-color: #7bd6cd; }

 a { background-color: rgb(123,214,205); }

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

<style>
 span { border-color: #7bd6cd; }

 span { border-color: rgb(123,214,205); }

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