Html Css Color HEX #76CCBE Downy

📋 copy color: '#76CCBE'

red 118 ◦ green 204 ◦ blue 190

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

Shades of Downy #76CCBE

Tints of Downy #76CCBE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 23.05%
G = 39.84%
B = 37.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#76CCBE (or 0x76CCBE) is known color: Downy. HEX triplet: 76, CC and BE. RGB value is (118,204,190). Sum of RGB (Red+Green+Blue) = 118+204+190=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCBE is #893341. Grayscale: #B0B0B0. Windows color (decimal): -8991554 or 12504182. OLE color: 12504182.

HSL color Cylindrical-coordinate representation of color #76CCBE: hue angle of 170.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CCBE is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 190 -
CMYK 0.42 0 0.07 0.2
HSL 170.23º 0.46% 0.63% -
HSV(B) 170.23º 0.42% 0.8% -
XYZ 38.36 50.75 56.49 -
YUV 176.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 118 204 190 0.42 0 0.07 0.2 170.23 0.46 0.63
Hex 76 CC BE 2A 0 7 14 AA 2E 3F
Octal 166 314 276 52 0 7 24 252 56 77
Binary 1110110 11001100 10111110 101010 0 111 10100 10101010 101110 111111

Color Harmonies of #76CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCBE

Black with #76CCBE

Text Example


Text Example

White with #76CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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