Html Css Color HEX #76BAC8 Seagull

📋 copy color: '#76BAC8'

red 118 ◦ green 186 ◦ blue 200

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

Shades of Seagull #76BAC8

Tints of Seagull #76BAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 23.41%
G = 36.9%
B = 39.68%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#76BAC8 (or 0x76BAC8) is known color: Seagull. HEX triplet: 76, BA and C8. RGB value is (118,186,200). Sum of RGB (Red+Green+Blue) = 118+186+200=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #76BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BAC8 is #894537. Grayscale: #A7A7A7. Windows color (decimal): -8996152 or 13154934. OLE color: 13154934.

HSL color Cylindrical-coordinate representation of color #76BAC8: hue angle of 190.24º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BAC8 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 186 200 -
CMYK 0.41 0.07 0 0.22
HSL 190.24º 0.43% 0.62% -
HSV(B) 190.24º 0.41% 0.78% -
XYZ 35.46 43.14 61.1 -
YUV 167.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 118 186 200 0.41 0.07 0 0.22 190.24 0.43 0.62
Hex 76 BA C8 29 7 0 16 BE 2B 3E
Octal 166 272 310 51 7 0 26 276 53 76
Binary 1110110 10111010 11001000 101001 111 0 10110 10111110 101011 111110

Color Harmonies of #76BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAC8

Black with #76BAC8

Text Example


Text Example

White with #76BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,200); }

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

background-color css

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

 a { background-color: rgb(118,186,200); }

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

border-color css

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

 span { border-color: rgb(118,186,200); }

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