Html Css Color HEX #76CEBE Downy

📋 copy color: '#76CEBE'

red 118 ◦ green 206 ◦ blue 190

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

Shades of Downy #76CEBE

Tints of Downy #76CEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 22.96%
G = 40.08%
B = 36.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#76CEBE (or 0x76CEBE) is known color: Downy. HEX triplet: 76, CE and BE. RGB value is (118,206,190). Sum of RGB (Red+Green+Blue) = 118+206+190=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEBE is #893141. Grayscale: #B1B1B1. Windows color (decimal): -8991042 or 12504694. OLE color: 12504694.

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

Color convert

RGB 118 206 190 -
CMYK 0.43 0 0.08 0.19
HSL 169.09º 0.47% 0.64% -
HSV(B) 169.09º 0.43% 0.81% -
XYZ 38.84 51.71 56.65 -
YUV 177.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 118 206 190 0.43 0 0.08 0.19 169.09 0.47 0.64
Hex 76 CE BE 2B 0 8 13 A9 2F 40
Octal 166 316 276 53 0 10 23 251 57 100
Binary 1110110 11001110 10111110 101011 0 1000 10011 10101001 101111 1000000

Color Harmonies of #76CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEBE

Black with #76CEBE

Text Example


Text Example

White with #76CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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