Html Css Color HEX #76CEBC Downy

📋 copy color: '#76CEBC'

red 118 ◦ green 206 ◦ blue 188

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

Shades of Downy #76CEBC

Tints of Downy #76CEBC

RGB

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

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

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

R = 23.05%
G = 40.23%
B = 36.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#76CEBC (or 0x76CEBC) is known color: Downy. HEX triplet: 76, CE and BC. RGB value is (118,206,188). Sum of RGB (Red+Green+Blue) = 118+206+188=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEBC is #893143. Grayscale: #B1B1B1. Windows color (decimal): -8991044 or 12373622. OLE color: 12373622.

HSL color Cylindrical-coordinate representation of color #76CEBC: hue angle of 167.73º 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 #76CEBC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 188 -
CMYK 0.43 0 0.09 0.19
HSL 167.73º 0.47% 0.64% -
HSV(B) 167.73º 0.43% 0.81% -
XYZ 38.62 51.63 55.51 -
YUV 177.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 118 206 188 0.43 0 0.09 0.19 167.73 0.47 0.64
Hex 76 CE BC 2B 0 9 13 A8 2F 40
Octal 166 316 274 53 0 11 23 250 57 100
Binary 1110110 11001110 10111100 101011 0 1001 10011 10101000 101111 1000000

Color Harmonies of #76CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEBC

Black with #76CEBC

Text Example


Text Example

White with #76CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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