Html Css Color HEX #78DDD6 Riptide

📋 copy color: '#78DDD6'

red 120 ◦ green 221 ◦ blue 214

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

Shades of Riptide #78DDD6

Tints of Riptide #78DDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 214 (83.98% from 255) = 38.56%

R = 21.62%
G = 39.82%
B = 38.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#78DDD6 (or 0x78DDD6) is known color: Riptide. HEX triplet: 78, DD and D6. RGB value is (120,221,214). Sum of RGB (Red+Green+Blue) = 120+221+214=555 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.62% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDD6 is #872229. Grayscale: #BDBDBD. Windows color (decimal): -8856106 or 14081400. OLE color: 14081400.

HSL color Cylindrical-coordinate representation of color #78DDD6: hue angle of 175.84º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDD6 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 221 214 -
CMYK 0.46 0 0.03 0.13
HSL 175.84º 0.6% 0.67% -
HSV(B) 175.84º 0.46% 0.87% -
XYZ 45.74 60.56 72.9 -
YUV 190 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 120 221 214 0.46 0 0.03 0.13 175.84 0.6 0.67
Hex 78 DD D6 2E 0 3 D B0 3C 43
Octal 170 335 326 56 0 3 15 260 74 103
Binary 1111000 11011101 11010110 101110 0 11 1101 10110000 111100 1000011

Color Harmonies of #78DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78DDD6

Black with #78DDD6

Text Example


Text Example

White with #78DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,221,214); }

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

background-color css

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

 a { background-color: rgb(120,221,214); }

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

border-color css

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

 span { border-color: rgb(120,221,214); }

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