Html Css Color HEX #78CCBC Downy

📋 copy color: '#78CCBC'

red 120 ◦ green 204 ◦ blue 188

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

Shades of Downy #78CCBC

Tints of Downy #78CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 23.44%
G = 39.84%
B = 36.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#78CCBC (or 0x78CCBC) is known color: Downy. HEX triplet: 78, CC and BC. RGB value is (120,204,188). Sum of RGB (Red+Green+Blue) = 120+204+188=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCBC is #873343. Grayscale: #B1B1B1. Windows color (decimal): -8860484 or 12373112. OLE color: 12373112.

HSL color Cylindrical-coordinate representation of color #78CCBC: hue angle of 168.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCBC is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 188 -
CMYK 0.41 0 0.08 0.2
HSL 168.57º 0.45% 0.64% -
HSV(B) 168.57º 0.41% 0.8% -
XYZ 38.42 50.81 55.36 -
YUV 177.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 120 204 188 0.41 0 0.08 0.2 168.57 0.45 0.64
Hex 78 CC BC 29 0 8 14 A9 2D 40
Octal 170 314 274 51 0 10 24 251 55 100
Binary 1111000 11001100 10111100 101001 0 1000 10100 10101001 101101 1000000

Color Harmonies of #78CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCBC

Black with #78CCBC

Text Example


Text Example

White with #78CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,188); }

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

background-color css

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

 a { background-color: rgb(120,204,188); }

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

border-color css

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

 span { border-color: rgb(120,204,188); }

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