Html Css Color HEX #7DD5CE Riptide

📋 copy color: '#7DD5CE'

red 125 ◦ green 213 ◦ blue 206

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

Shades of Riptide #7DD5CE

Tints of Riptide #7DD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 22.98%
G = 39.15%
B = 37.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#7DD5CE (or 0x7DD5CE) is known color: Riptide. HEX triplet: 7D, D5 and CE. RGB value is (125,213,206). Sum of RGB (Red+Green+Blue) = 125+213+206=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD5CE is #822A31. Grayscale: #B9B9B9. Windows color (decimal): -8530482 or 13555069. OLE color: 13555069.

HSL color Cylindrical-coordinate representation of color #7DD5CE: hue angle of 175.23º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5CE is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 206 -
CMYK 0.41 0 0.03 0.16
HSL 175.23º 0.51% 0.66% -
HSV(B) 175.23º 0.41% 0.84% -
XYZ 43.39 56.4 66.99 -
YUV 185.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 125 213 206 0.41 0 0.03 0.16 175.23 0.51 0.66
Hex 7D D5 CE 29 0 3 10 AF 33 42
Octal 175 325 316 51 0 3 20 257 63 102
Binary 1111101 11010101 11001110 101001 0 11 10000 10101111 110011 1000010

Color Harmonies of #7DD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD5CE

Black with #7DD5CE

Text Example


Text Example

White with #7DD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,213,206); }

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

background-color css

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

 a { background-color: rgb(125,213,206); }

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

border-color css

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

 span { border-color: rgb(125,213,206); }

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