Html Css Color HEX #7FE5D0 Riptide

📋 copy color: '#7FE5D0'

red 127 ◦ green 229 ◦ blue 208

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

Shades of Riptide #7FE5D0

Tints of Riptide #7FE5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 22.52%
G = 40.6%
B = 36.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#7FE5D0 (or 0x7FE5D0) is known color: Riptide. HEX triplet: 7F, E5 and D0. RGB value is (127,229,208). Sum of RGB (Red+Green+Blue) = 127+229+208=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5D0 is #801A2F. Grayscale: #C4C4C4. Windows color (decimal): -8395312 or 13690239. OLE color: 13690239.

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

Color convert

RGB 127 229 208 -
CMYK 0.45 0 0.09 0.10
HSL 167.65º 0.66% 0.7% -
HSV(B) 167.65º 0.45% 0.9% -
XYZ 48.16 65.1 69.7 -
YUV 196.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 127 229 208 0.45 0 0.09 0.10 167.65 0.66 0.7
Hex 7F E5 D0 2D 0 9 A A8 42 46
Octal 177 345 320 55 0 11 12 250 102 106
Binary 1111111 11100101 11010000 101101 0 1001 1010 10101000 1000010 1000110

Color Harmonies of #7FE5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE5D0

Black with #7FE5D0

Text Example


Text Example

White with #7FE5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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