Html Css Color HEX #76C1DC Seagull

📋 copy color: '#76C1DC'

red 118 ◦ green 193 ◦ blue 220

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

Shades of Seagull #76C1DC

Tints of Seagull #76C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 22.22%
G = 36.35%
B = 41.43%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76C1DC (or 0x76C1DC) is known color: Seagull. HEX triplet: 76, C1 and DC. RGB value is (118,193,220). Sum of RGB (Red+Green+Blue) = 118+193+220=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #76C1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C1DC is #893E23. Grayscale: #ADADAD. Windows color (decimal): -8994340 or 14467446. OLE color: 14467446.

HSL color Cylindrical-coordinate representation of color #76C1DC: hue angle of 195.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C1DC is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 193 220 -
CMYK 0.46 0.12 0 0.14
HSL 195.88º 0.59% 0.66% -
HSV(B) 195.88º 0.46% 0.86% -
XYZ 39.46 47.16 74.73 -
YUV 173.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 118 193 220 0.46 0.12 0 0.14 195.88 0.59 0.66
Hex 76 C1 DC 2E C 0 E C4 3B 42
Octal 166 301 334 56 14 0 16 304 73 102
Binary 1110110 11000001 11011100 101110 1100 0 1110 11000100 111011 1000010

Color Harmonies of #76C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C1DC

Black with #76C1DC

Text Example


Text Example

White with #76C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,193,220); }

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

background-color css

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

 a { background-color: rgb(118,193,220); }

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

border-color css

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

 span { border-color: rgb(118,193,220); }

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