Html Css Color HEX #7FE6DC Riptide

📋 copy color: '#7FE6DC'

red 127 ◦ green 230 ◦ blue 220

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

Shades of Riptide #7FE6DC

Tints of Riptide #7FE6DC

RGB

 RED value IS 127 (50% from 255) = 22.01%

 GREEN value IS 230 (90.23% from 255) = 39.86%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 22.01%
G = 39.86%
B = 38.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#7FE6DC (or 0x7FE6DC) is known color: Riptide. HEX triplet: 7F, E6 and DC. RGB value is (127,230,220). Sum of RGB (Red+Green+Blue) = 127+230+220=577 (76% of max value = 765). Red value is 127 (50% from 255 or 22.01% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE6DC is #801923. Grayscale: #C5C5C5. Windows color (decimal): -8395044 or 14476927. OLE color: 14476927.

HSL color Cylindrical-coordinate representation of color #7FE6DC: hue angle of 174.17º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE6DC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 230 220 -
CMYK 0.45 0 0.04 0.10
HSL 174.17º 0.67% 0.7% -
HSV(B) 174.17º 0.45% 0.9% -
XYZ 49.97 66.27 77.87 -
YUV 198.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 127 230 220 0.45 0 0.04 0.10 174.17 0.67 0.7
Hex 7F E6 DC 2D 0 4 A AE 43 46
Octal 177 346 334 55 0 4 12 256 103 106
Binary 1111111 11100110 11011100 101101 0 100 1010 10101110 1000011 1000110

Color Harmonies of #7FE6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE6DC

Black with #7FE6DC

Text Example


Text Example

White with #7FE6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,230,220); }

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

background-color css

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

 a { background-color: rgb(127,230,220); }

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

border-color css

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

 span { border-color: rgb(127,230,220); }

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