Html Css Color HEX #76AECE Seagull

📋 copy color: '#76AECE'

red 118 ◦ green 174 ◦ blue 206

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

Shades of Seagull #76AECE

Tints of Seagull #76AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 23.69%
G = 34.94%
B = 41.37%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76AECE (or 0x76AECE) is known color: Seagull. HEX triplet: 76, AE and CE. RGB value is (118,174,206). Sum of RGB (Red+Green+Blue) = 118+174+206=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #76AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AECE is #895131. Grayscale: #A0A0A0. Windows color (decimal): -8999218 or 13545078. OLE color: 13545078.

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

Color convert

RGB 118 174 206 -
CMYK 0.43 0.16 0 0.19
HSL 201.82º 0.47% 0.64% -
HSV(B) 201.82º 0.43% 0.81% -
XYZ 33.75 38.58 64.06 -
YUV 160.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 118 174 206 0.43 0.16 0 0.19 201.82 0.47 0.64
Hex 76 AE CE 2B 10 0 13 CA 2F 40
Octal 166 256 316 53 20 0 23 312 57 100
Binary 1110110 10101110 11001110 101011 10000 0 10011 11001010 101111 1000000

Color Harmonies of #76AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AECE

Black with #76AECE

Text Example


Text Example

White with #76AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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