Html Css Color HEX #76AECF Seagull

📋 copy color: '#76AECF'

red 118 ◦ green 174 ◦ blue 207

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

Shades of Seagull #76AECF

Tints of Seagull #76AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 23.65%
G = 34.87%
B = 41.48%

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

#76AECF (or 0x76AECF) is known color: Seagull. HEX triplet: 76, AE and CF. RGB value is (118,174,207). Sum of RGB (Red+Green+Blue) = 118+174+207=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #76AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AECF is #895130. Grayscale: #A0A0A0. Windows color (decimal): -8999217 or 13610614. OLE color: 13610614.

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

Color convert

RGB 118 174 207 -
CMYK 0.43 0.16 0 0.19
HSL 202.25º 0.48% 0.64% -
HSV(B) 202.25º 0.43% 0.81% -
XYZ 33.87 38.63 64.7 -
YUV 161.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 118 174 207 0.43 0.16 0 0.19 202.25 0.48 0.64
Hex 76 AE CF 2B 10 0 13 CA 30 40
Octal 166 256 317 53 20 0 23 312 60 100
Binary 1110110 10101110 11001111 101011 10000 0 10011 11001010 110000 1000000

Color Harmonies of #76AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AECF

Black with #76AECF

Text Example


Text Example

White with #76AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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