Html Css Color HEX #7FE5DC Riptide

📋 copy color: '#7FE5DC'

red 127 ◦ green 229 ◦ blue 220

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

Shades of Riptide #7FE5DC

Tints of Riptide #7FE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.76%

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

R = 22.05%
G = 39.76%
B = 38.19%

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

#7FE5DC (or 0x7FE5DC) is known color: Riptide. HEX triplet: 7F, E5 and DC. RGB value is (127,229,220). Sum of RGB (Red+Green+Blue) = 127+229+220=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5DC is #801A23. Grayscale: #C5C5C5. Windows color (decimal): -8395300 or 14476671. OLE color: 14476671.

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

Color convert

RGB 127 229 220 -
CMYK 0.45 0 0.04 0.10
HSL 174.71º 0.66% 0.7% -
HSV(B) 174.71º 0.45% 0.9% -
XYZ 49.69 65.72 77.78 -
YUV 197.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 127 229 220 0.45 0 0.04 0.10 174.71 0.66 0.7
Hex 7F E5 DC 2D 0 4 A AF 42 46
Octal 177 345 334 55 0 4 12 257 102 106
Binary 1111111 11100101 11011100 101101 0 100 1010 10101111 1000010 1000110

Color Harmonies of #7FE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE5DC

Black with #7FE5DC

Text Example


Text Example

White with #7FE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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