Html Css Color HEX #7ED8CC Riptide

📋 copy color: '#7ED8CC'

red 126 ◦ green 216 ◦ blue 204

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

Shades of Riptide #7ED8CC

Tints of Riptide #7ED8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.56%

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

R = 23.08%
G = 39.56%
B = 37.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#7ED8CC (or 0x7ED8CC) is known color: Riptide. HEX triplet: 7E, D8 and CC. RGB value is (126,216,204). Sum of RGB (Red+Green+Blue) = 126+216+204=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8CC is #812733. Grayscale: #BBBBBB. Windows color (decimal): -8464180 or 13424766. OLE color: 13424766.

HSL color Cylindrical-coordinate representation of color #7ED8CC: hue angle of 172º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED8CC is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 216 204 -
CMYK 0.42 0 0.06 0.15
HSL 172º 0.54% 0.67% -
HSV(B) 172º 0.42% 0.85% -
XYZ 44.06 57.91 65.98 -
YUV 187.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 126 216 204 0.42 0 0.06 0.15 172 0.54 0.67
Hex 7E D8 CC 2A 0 6 F AC 36 43
Octal 176 330 314 52 0 6 17 254 66 103
Binary 1111110 11011000 11001100 101010 0 110 1111 10101100 110110 1000011

Color Harmonies of #7ED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED8CC

Black with #7ED8CC

Text Example


Text Example

White with #7ED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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