Html Css Color HEX #7DEAD2 Riptide

📋 copy color: '#7DEAD2'

red 125 ◦ green 234 ◦ blue 210

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

Shades of Riptide #7DEAD2

Tints of Riptide #7DEAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.12%

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 21.97%
G = 41.12%
B = 36.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#7DEAD2 (or 0x7DEAD2) is known color: Riptide. HEX triplet: 7D, EA and D2. RGB value is (125,234,210). Sum of RGB (Red+Green+Blue) = 125+234+210=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEAD2 is #82152D. Grayscale: #C6C6C6. Windows color (decimal): -8525102 or 13822589. OLE color: 13822589.

HSL color Cylindrical-coordinate representation of color #7DEAD2: hue angle of 166.79º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEAD2 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 210 -
CMYK 0.47 0 0.10 0.08
HSL 166.79º 0.72% 0.7% -
HSV(B) 166.79º 0.47% 0.92% -
XYZ 49.51 67.86 71.46 -
YUV 198.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 125 234 210 0.47 0 0.10 0.08 166.79 0.72 0.7
Hex 7D EA D2 2F 0 A 8 A7 48 46
Octal 175 352 322 57 0 12 10 247 110 106
Binary 1111101 11101010 11010010 101111 0 1010 1000 10100111 1001000 1000110

Color Harmonies of #7DEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAD2

Black with #7DEAD2

Text Example


Text Example

White with #7DEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,210); }

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

background-color css

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

 a { background-color: rgb(125,234,210); }

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

border-color css

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

 span { border-color: rgb(125,234,210); }

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