Html Css Color HEX #7ED3CC Riptide

📋 copy color: '#7ED3CC'

red 126 ◦ green 211 ◦ blue 204

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

Shades of Riptide #7ED3CC

Tints of Riptide #7ED3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 23.29%
G = 39%
B = 37.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#7ED3CC (or 0x7ED3CC) is known color: Riptide. HEX triplet: 7E, D3 and CC. RGB value is (126,211,204). Sum of RGB (Red+Green+Blue) = 126+211+204=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3CC is #812C33. Grayscale: #B8B8B8. Windows color (decimal): -8465460 or 13423486. OLE color: 13423486.

HSL color Cylindrical-coordinate representation of color #7ED3CC: hue angle of 175.06º 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 #7ED3CC is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 126 211 204 -
CMYK 0.40 0 0.03 0.17
HSL 175.06º 0.49% 0.66% -
HSV(B) 175.06º 0.4% 0.83% -
XYZ 42.8 55.38 65.56 -
YUV 184.79 138.84 86.07 -
System Red Green Blue C M Y K H S L
Decimal 126 211 204 0.40 0 0.03 0.17 175.06 0.49 0.66
Hex 7E D3 CC 28 0 3 11 AF 31 42
Octal 176 323 314 50 0 3 21 257 61 102
Binary 1111110 11010011 11001100 101000 0 11 10001 10101111 110001 1000010

Color Harmonies of #7ED3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED3CC

Black with #7ED3CC

Text Example


Text Example

White with #7ED3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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