Html Css Color HEX #7DDCCB Riptide

📋 copy color: '#7DDCCB'

red 125 ◦ green 220 ◦ blue 203

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

Shades of Riptide #7DDCCB

Tints of Riptide #7DDCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 22.81%
G = 40.15%
B = 37.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#7DDCCB (or 0x7DDCCB) is known color: Riptide. HEX triplet: 7D, DC and CB. RGB value is (125,220,203). Sum of RGB (Red+Green+Blue) = 125+220+203=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCCB is #822334. Grayscale: #BDBDBD. Windows color (decimal): -8528693 or 13360253. OLE color: 13360253.

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

Color convert

RGB 125 220 203 -
CMYK 0.43 0 0.08 0.14
HSL 169.26º 0.58% 0.68% -
HSV(B) 169.26º 0.43% 0.86% -
XYZ 44.83 59.86 65.69 -
YUV 189.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 125 220 203 0.43 0 0.08 0.14 169.26 0.58 0.68
Hex 7D DC CB 2B 0 8 E A9 3A 44
Octal 175 334 313 53 0 10 16 251 72 104
Binary 1111101 11011100 11001011 101011 0 1000 1110 10101001 111010 1000100

Color Harmonies of #7DDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCCB

Black with #7DDCCB

Text Example


Text Example

White with #7DDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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