#7ED6CB

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

Shades of Riptide #7ED6CB

Tints of Riptide #7ED6CB

Color information

#7ED6CB (or 0x7ED6CB) is unknown color: approx Riptide. HEX triplet: 7E, D6 and CB. RGB value is (126,214,203). Sum of RGB (Red+Green+Blue) = 126+214+203=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6CB is #812934. Grayscale: #BABABA. Windows color (decimal): -8464693 or 13358718. OLE color: 13358718.

HSL color Cylindrical-coordinate representation of color #7ED6CB: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED6CB is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB126214203-
CMYK0.4100.050.16
HSL172.5º51.76%66.67%-
HSV(B)172.5º41.12%83.92%-
XYZ43.4356.8465.18-
YUV186.43137.3584.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.20%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=23.20%
G=39.41%
B=37.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262142030.4100.050.16172.551.7666.67
Hex7ED6CB290510ac3443
Octal17632631351052025464103
Binary11111101101011011001011101001010110000101011001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,203); }

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

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

 a { background-color: rgb(126,214,203); }

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

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

 span { border-color: rgb(126,214,203); }

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