Html Css Color HEX #7DDCC4 Riptide

📋 copy color: '#7DDCC4'

red 125 ◦ green 220 ◦ blue 196

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

Shades of Riptide #7DDCC4

Tints of Riptide #7DDCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 23.11%
G = 40.67%
B = 36.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#7DDCC4 (or 0x7DDCC4) is known color: Riptide. HEX triplet: 7D, DC and C4. RGB value is (125,220,196). Sum of RGB (Red+Green+Blue) = 125+220+196=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC4 is #82233B. Grayscale: #BCBCBC. Windows color (decimal): -8528700 or 12901501. OLE color: 12901501.

HSL color Cylindrical-coordinate representation of color #7DDCC4: hue angle of 164.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCC4 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 196 -
CMYK 0.43 0 0.11 0.14
HSL 164.84º 0.58% 0.68% -
HSV(B) 164.84º 0.43% 0.86% -
XYZ 44.01 59.53 61.4 -
YUV 188.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 125 220 196 0.43 0 0.11 0.14 164.84 0.58 0.68
Hex 7D DC C4 2B 0 B E A5 3A 44
Octal 175 334 304 53 0 13 16 245 72 104
Binary 1111101 11011100 11000100 101011 0 1011 1110 10100101 111010 1000100

Color Harmonies of #7DDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCC4

Black with #7DDCC4

Text Example


Text Example

White with #7DDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,196); }

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

background-color css

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

 a { background-color: rgb(125,220,196); }

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

border-color css

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

 span { border-color: rgb(125,220,196); }

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