Html Css Color HEX #7FE1C4 Riptide

📋 copy color: '#7FE1C4'

red 127 ◦ green 225 ◦ blue 196

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

Shades of Riptide #7FE1C4

Tints of Riptide #7FE1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.06%

 BLUE value IS 196 (76.95% from 255) = 35.77%

R = 23.18%
G = 41.06%
B = 35.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#7FE1C4 (or 0x7FE1C4) is known color: Riptide. HEX triplet: 7F, E1 and C4. RGB value is (127,225,196). Sum of RGB (Red+Green+Blue) = 127+225+196=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1C4 is #801E3B. Grayscale: #C0C0C0. Windows color (decimal): -8396348 or 12902783. OLE color: 12902783.

HSL color Cylindrical-coordinate representation of color #7FE1C4: hue angle of 162.24º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1C4 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 225 196 -
CMYK 0.44 0 0.13 0.12
HSL 162.24º 0.62% 0.69% -
HSV(B) 162.24º 0.44% 0.88% -
XYZ 45.64 62.35 61.85 -
YUV 192.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 127 225 196 0.44 0 0.13 0.12 162.24 0.62 0.69
Hex 7F E1 C4 2C 0 D C A2 3E 45
Octal 177 341 304 54 0 15 14 242 76 105
Binary 1111111 11100001 11000100 101100 0 1101 1100 10100010 111110 1000101

Color Harmonies of #7FE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE1C4

Black with #7FE1C4

Text Example


Text Example

White with #7FE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,225,196); }

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

background-color css

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

 a { background-color: rgb(127,225,196); }

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

border-color css

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

 span { border-color: rgb(127,225,196); }

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