Html Css Color HEX #78CEBA Downy

📋 copy color: '#78CEBA'

red 120 ◦ green 206 ◦ blue 186

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

Shades of Downy #78CEBA

Tints of Downy #78CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.23%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 23.44%
G = 40.23%
B = 36.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#78CEBA (or 0x78CEBA) is known color: Downy. HEX triplet: 78, CE and BA. RGB value is (120,206,186). Sum of RGB (Red+Green+Blue) = 120+206+186=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #78CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEBA is #873145. Grayscale: #B2B2B2. Windows color (decimal): -8859974 or 12242552. OLE color: 12242552.

HSL color Cylindrical-coordinate representation of color #78CEBA: hue angle of 166.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78CEBA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 206 186 -
CMYK 0.42 0 0.10 0.19
HSL 166.05º 0.47% 0.64% -
HSV(B) 166.05º 0.42% 0.81% -
XYZ 38.68 51.68 54.39 -
YUV 178.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 120 206 186 0.42 0 0.10 0.19 166.05 0.47 0.64
Hex 78 CE BA 2A 0 A 13 A6 2F 40
Octal 170 316 272 52 0 12 23 246 57 100
Binary 1111000 11001110 10111010 101010 0 1010 10011 10100110 101111 1000000

Color Harmonies of #78CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CEBA

Black with #78CEBA

Text Example


Text Example

White with #78CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,206,186); }

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

background-color css

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

 a { background-color: rgb(120,206,186); }

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

border-color css

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

 span { border-color: rgb(120,206,186); }

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