Html Css Color HEX #7DD7CE Riptide

📋 copy color: '#7DD7CE'

red 125 ◦ green 215 ◦ blue 206

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

Shades of Riptide #7DD7CE

Tints of Riptide #7DD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.38%

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

R = 22.89%
G = 39.38%
B = 37.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#7DD7CE (or 0x7DD7CE) is known color: Riptide. HEX triplet: 7D, D7 and CE. RGB value is (125,215,206). Sum of RGB (Red+Green+Blue) = 125+215+206=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7CE is #822831. Grayscale: #BBBBBB. Windows color (decimal): -8529970 or 13555581. OLE color: 13555581.

HSL color Cylindrical-coordinate representation of color #7DD7CE: hue angle of 174º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7CE is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 206 -
CMYK 0.42 0 0.04 0.16
HSL 174º 0.53% 0.67% -
HSV(B) 174º 0.42% 0.84% -
XYZ 43.9 57.42 67.16 -
YUV 187.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 125 215 206 0.42 0 0.04 0.16 174 0.53 0.67
Hex 7D D7 CE 2A 0 4 10 AE 35 43
Octal 175 327 316 52 0 4 20 256 65 103
Binary 1111101 11010111 11001110 101010 0 100 10000 10101110 110101 1000011

Color Harmonies of #7DD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD7CE

Black with #7DD7CE

Text Example


Text Example

White with #7DD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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