Html Css Color HEX #76CEBB Downy

📋 copy color: '#76CEBB'

red 118 ◦ green 206 ◦ blue 187

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

Shades of Downy #76CEBB

Tints of Downy #76CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.59%

R = 23.09%
G = 40.31%
B = 36.59%

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

#76CEBB (or 0x76CEBB) is known color: Downy. HEX triplet: 76, CE and BB. RGB value is (118,206,187). Sum of RGB (Red+Green+Blue) = 118+206+187=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEBB is #893144. Grayscale: #B1B1B1. Windows color (decimal): -8991045 or 12308086. OLE color: 12308086.

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

Color convert

RGB 118 206 187 -
CMYK 0.43 0 0.09 0.19
HSL 167.05º 0.47% 0.64% -
HSV(B) 167.05º 0.43% 0.81% -
XYZ 38.51 51.58 54.94 -
YUV 177.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 118 206 187 0.43 0 0.09 0.19 167.05 0.47 0.64
Hex 76 CE BB 2B 0 9 13 A7 2F 40
Octal 166 316 273 53 0 11 23 247 57 100
Binary 1110110 11001110 10111011 101011 0 1001 10011 10100111 101111 1000000

Color Harmonies of #76CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEBB

Black with #76CEBB

Text Example


Text Example

White with #76CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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