Html Css Color HEX #7DE9DD Riptide

📋 copy color: '#7DE9DD'

red 125 ◦ green 233 ◦ blue 221

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

Shades of Riptide #7DE9DD

Tints of Riptide #7DE9DD

RGB

 RED value IS 125 (49.22% from 255) = 21.59%

 GREEN value IS 233 (91.41% from 255) = 40.24%

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

R = 21.59%
G = 40.24%
B = 38.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#7DE9DD (or 0x7DE9DD) is known color: Riptide. HEX triplet: 7D, E9 and DD. RGB value is (125,233,221). Sum of RGB (Red+Green+Blue) = 125+233+221=579 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.59% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE9DD is #821622. Grayscale: #C7C7C7. Windows color (decimal): -8525347 or 14543229. OLE color: 14543229.

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

Color convert

RGB 125 233 221 -
CMYK 0.46 0 0.05 0.09
HSL 173.33º 0.71% 0.7% -
HSV(B) 173.33º 0.46% 0.91% -
XYZ 50.65 67.86 78.84 -
YUV 199.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 125 233 221 0.46 0 0.05 0.09 173.33 0.71 0.7
Hex 7D E9 DD 2E 0 5 9 AD 47 46
Octal 175 351 335 56 0 5 11 255 107 106
Binary 1111101 11101001 11011101 101110 0 101 1001 10101101 1000111 1000110

Color Harmonies of #7DE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE9DD

Black with #7DE9DD

Text Example


Text Example

White with #7DE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,233,221); }

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

background-color css

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

 a { background-color: rgb(125,233,221); }

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

border-color css

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

 span { border-color: rgb(125,233,221); }

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