Html Css Color HEX #76CEBF Downy

📋 copy color: '#76CEBF'

red 118 ◦ green 206 ◦ blue 191

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

Shades of Downy #76CEBF

Tints of Downy #76CEBF

RGB

 RED value IS 118 (46.48% from 255) = 22.91%

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

 BLUE value IS 191 (75% from 255) = 37.09%

R = 22.91%
G = 40%
B = 37.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#76CEBF (or 0x76CEBF) is known color: Downy. HEX triplet: 76, CE and BF. RGB value is (118,206,191). Sum of RGB (Red+Green+Blue) = 118+206+191=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEBF is #893140. Grayscale: #B1B1B1. Windows color (decimal): -8991041 or 12570230. OLE color: 12570230.

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

Color convert

RGB 118 206 191 -
CMYK 0.43 0 0.07 0.19
HSL 169.77º 0.47% 0.64% -
HSV(B) 169.77º 0.43% 0.81% -
XYZ 38.95 51.76 57.23 -
YUV 177.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 118 206 191 0.43 0 0.07 0.19 169.77 0.47 0.64
Hex 76 CE BF 2B 0 7 13 AA 2F 40
Octal 166 316 277 53 0 7 23 252 57 100
Binary 1110110 11001110 10111111 101011 0 111 10011 10101010 101111 1000000

Color Harmonies of #76CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEBF

Black with #76CEBF

Text Example


Text Example

White with #76CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CEBF; }

 p { color: rgb(118,206,191); }

 H1.HeaderClassName
 {
   color: #76CEBF;
 }
 .AnyTagClassName
 {
   color: #76CEBF;
 }
</style>

background-color css

<style>
 a { background-color: #76CEBF; }

 a { background-color: rgb(118,206,191); }

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

border-color css

<style>
 span { border-color: #76CEBF; }

 span { border-color: rgb(118,206,191); }

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