Html Css Color HEX #78D5D0 Riptide

📋 copy color: '#78D5D0'

red 120 ◦ green 213 ◦ blue 208

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

Shades of Riptide #78D5D0

Tints of Riptide #78D5D0

RGB

 RED value IS 120 (47.27% from 255) = 22.18%

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 22.18%
G = 39.37%
B = 38.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#78D5D0 (or 0x78D5D0) is known color: Riptide. HEX triplet: 78, D5 and D0. RGB value is (120,213,208). Sum of RGB (Red+Green+Blue) = 120+213+208=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #78D5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D5D0 is #872A2F. Grayscale: #B8B8B8. Windows color (decimal): -8858160 or 13686136. OLE color: 13686136.

HSL color Cylindrical-coordinate representation of color #78D5D0: hue angle of 176.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D5D0 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 213 208 -
CMYK 0.44 0 0.02 0.16
HSL 176.77º 0.53% 0.65% -
HSV(B) 176.77º 0.44% 0.84% -
XYZ 42.93 56.14 68.25 -
YUV 184.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 120 213 208 0.44 0 0.02 0.16 176.77 0.53 0.65
Hex 78 D5 D0 2C 0 2 10 B1 35 41
Octal 170 325 320 54 0 2 20 261 65 101
Binary 1111000 11010101 11010000 101100 0 10 10000 10110001 110101 1000001

Color Harmonies of #78D5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D5D0

Black with #78D5D0

Text Example


Text Example

White with #78D5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78D5D0; }

 p { color: rgb(120,213,208); }

 H1.HeaderClassName
 {
   color: #78D5D0;
 }
 .AnyTagClassName
 {
   color: #78D5D0;
 }
</style>

background-color css

<style>
 a { background-color: #78D5D0; }

 a { background-color: rgb(120,213,208); }

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

border-color css

<style>
 span { border-color: #78D5D0; }

 span { border-color: rgb(120,213,208); }

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