Html Css Color HEX #78CBC7 Downy

📋 copy color: '#78CBC7'

red 120 ◦ green 203 ◦ blue 199

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

Shades of Downy #78CBC7

Tints of Downy #78CBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 22.99%
G = 38.89%
B = 38.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#78CBC7 (or 0x78CBC7) is known color: Downy. HEX triplet: 78, CB and C7. RGB value is (120,203,199). Sum of RGB (Red+Green+Blue) = 120+203+199=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #78CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBC7 is #873438. Grayscale: #B1B1B1. Windows color (decimal): -8860729 or 13093752. OLE color: 13093752.

HSL color Cylindrical-coordinate representation of color #78CBC7: hue angle of 177.11º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CBC7 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 203 199 -
CMYK 0.41 0 0.02 0.20
HSL 177.11º 0.44% 0.63% -
HSV(B) 177.11º 0.41% 0.8% -
XYZ 39.41 50.83 61.77 -
YUV 177.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 120 203 199 0.41 0 0.02 0.20 177.11 0.44 0.63
Hex 78 CB C7 29 0 2 14 B1 2C 3F
Octal 170 313 307 51 0 2 24 261 54 77
Binary 1111000 11001011 11000111 101001 0 10 10100 10110001 101100 111111

Color Harmonies of #78CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CBC7

Black with #78CBC7

Text Example


Text Example

White with #78CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,203,199); }

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

background-color css

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

 a { background-color: rgb(120,203,199); }

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

border-color css

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

 span { border-color: rgb(120,203,199); }

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