Html Css Color HEX #7FE6C1 Riptide

📋 copy color: '#7FE6C1'

red 127 ◦ green 230 ◦ blue 193

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

Shades of Riptide #7FE6C1

Tints of Riptide #7FE6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.09%

R = 23.09%
G = 41.82%
B = 35.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#7FE6C1 (or 0x7FE6C1) is known color: Riptide. HEX triplet: 7F, E6 and C1. RGB value is (127,230,193). Sum of RGB (Red+Green+Blue) = 127+230+193=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE6C1 is #80193E. Grayscale: #C3C3C3. Windows color (decimal): -8395071 or 12707455. OLE color: 12707455.

HSL color Cylindrical-coordinate representation of color #7FE6C1: hue angle of 158.45º 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 #7FE6C1 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 127 230 193 -
CMYK 0.45 0 0.16 0.10
HSL 158.45º 0.67% 0.7% -
HSV(B) 158.45º 0.45% 0.9% -
XYZ 46.67 64.96 60.53 -
YUV 194.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 127 230 193 0.45 0 0.16 0.10 158.45 0.67 0.7
Hex 7F E6 C1 2D 0 10 A 9E 43 46
Octal 177 346 301 55 0 20 12 236 103 106
Binary 1111111 11100110 11000001 101101 0 10000 1010 10011110 1000011 1000110

Color Harmonies of #7FE6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE6C1

Black with #7FE6C1

Text Example


Text Example

White with #7FE6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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