Html Css Color HEX #7DDCD3 Riptide

📋 copy color: '#7DDCD3'

red 125 ◦ green 220 ◦ blue 211

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

Shades of Riptide #7DDCD3

Tints of Riptide #7DDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.95%

R = 22.48%
G = 39.57%
B = 37.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#7DDCD3 (or 0x7DDCD3) is known color: Riptide. HEX triplet: 7D, DC and D3. RGB value is (125,220,211). Sum of RGB (Red+Green+Blue) = 125+220+211=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCD3 is #82232C. Grayscale: #BEBEBE. Windows color (decimal): -8528685 or 13884541. OLE color: 13884541.

HSL color Cylindrical-coordinate representation of color #7DDCD3: hue angle of 174.32º 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 #7DDCD3 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 211 -
CMYK 0.43 0 0.04 0.14
HSL 174.32º 0.58% 0.68% -
HSV(B) 174.32º 0.43% 0.86% -
XYZ 45.81 60.25 70.84 -
YUV 190.57 139.53 81.23 -
System Red Green Blue C M Y K H S L
Decimal 125 220 211 0.43 0 0.04 0.14 174.32 0.58 0.68
Hex 7D DC D3 2B 0 4 E AE 3A 44
Octal 175 334 323 53 0 4 16 256 72 104
Binary 1111101 11011100 11010011 101011 0 100 1110 10101110 111010 1000100

Color Harmonies of #7DDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCD3

Black with #7DDCD3

Text Example


Text Example

White with #7DDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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