Html Css Color HEX #7FE7DD Riptide

📋 copy color: '#7FE7DD'

red 127 ◦ green 231 ◦ blue 221

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

Shades of Riptide #7FE7DD

Tints of Riptide #7FE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.9%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 21.93%
G = 39.9%
B = 38.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#7FE7DD (or 0x7FE7DD) is known color: Riptide. HEX triplet: 7F, E7 and DD. RGB value is (127,231,221). Sum of RGB (Red+Green+Blue) = 127+231+221=579 (76% of max value = 765). Red value is 127 (50% from 255 or 21.93% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE7DD is #801822. Grayscale: #C6C6C6. Windows color (decimal): -8394787 or 14542719. OLE color: 14542719.

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

Color convert

RGB 127 231 221 -
CMYK 0.45 0 0.04 0.09
HSL 174.23º 0.68% 0.7% -
HSV(B) 174.23º 0.45% 0.91% -
XYZ 50.38 66.88 78.66 -
YUV 198.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 127 231 221 0.45 0 0.04 0.09 174.23 0.68 0.7
Hex 7F E7 DD 2D 0 4 9 AE 44 46
Octal 177 347 335 55 0 4 11 256 104 106
Binary 1111111 11100111 11011101 101101 0 100 1001 10101110 1000100 1000110

Color Harmonies of #7FE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE7DD

Black with #7FE7DD

Text Example


Text Example

White with #7FE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,231,221); }

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

background-color css

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

 a { background-color: rgb(127,231,221); }

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

border-color css

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

 span { border-color: rgb(127,231,221); }

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