Html Css Color HEX #7ED3CE Riptide

📋 copy color: '#7ED3CE'

red 126 ◦ green 211 ◦ blue 206

#7ED3CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #7ED3CE

Tints of Riptide #7ED3CE

RGB

 RED value IS 126 (49.61% from 255) = 23.2%

 GREEN value IS 211 (82.81% from 255) = 38.86%

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 23.2%
G = 38.86%
B = 37.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#7ED3CE (or 0x7ED3CE) is known color: Riptide. HEX triplet: 7E, D3 and CE. RGB value is (126,211,206). Sum of RGB (Red+Green+Blue) = 126+211+206=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3CE is #812C31. Grayscale: #B8B8B8. Windows color (decimal): -8465458 or 13554558. OLE color: 13554558.

HSL color Cylindrical-coordinate representation of color #7ED3CE: hue angle of 176.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3CE is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 211 206 -
CMYK 0.40 0 0.02 0.17
HSL 176.47º 0.49% 0.66% -
HSV(B) 176.47º 0.4% 0.83% -
XYZ 43.04 55.48 66.83 -
YUV 185.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 126 211 206 0.40 0 0.02 0.17 176.47 0.49 0.66
Hex 7E D3 CE 28 0 2 11 B0 31 42
Octal 176 323 316 50 0 2 21 260 61 102
Binary 1111110 11010011 11001110 101000 0 10 10001 10110000 110001 1000010

Color Harmonies of #7ED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED3CE

Black with #7ED3CE

Text Example


Text Example

White with #7ED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,211,206); }

 H1.HeaderClassName
 {
   color: #7ED3CE;
 }
 .AnyTagClassName
 {
   color: #7ED3CE;
 }
</style>

background-color css

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

 a { background-color: rgb(126,211,206); }

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

border-color css

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

 span { border-color: rgb(126,211,206); }

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