Html Css Color HEX #76BECE Seagull

📋 copy color: '#76BECE'

red 118 ◦ green 190 ◦ blue 206

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

Shades of Seagull #76BECE

Tints of Seagull #76BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

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

R = 22.96%
G = 36.96%
B = 40.08%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76BECE (or 0x76BECE) is known color: Seagull. HEX triplet: 76, BE and CE. RGB value is (118,190,206). Sum of RGB (Red+Green+Blue) = 118+190+206=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #76BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BECE is #894131. Grayscale: #AAAAAA. Windows color (decimal): -8995122 or 13549174. OLE color: 13549174.

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

Color convert

RGB 118 190 206 -
CMYK 0.43 0.08 0 0.19
HSL 190.91º 0.47% 0.64% -
HSV(B) 190.91º 0.43% 0.81% -
XYZ 37.03 45.13 65.15 -
YUV 170.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 118 190 206 0.43 0.08 0 0.19 190.91 0.47 0.64
Hex 76 BE CE 2B 8 0 13 BF 2F 40
Octal 166 276 316 53 10 0 23 277 57 100
Binary 1110110 10111110 11001110 101011 1000 0 10011 10111111 101111 1000000

Color Harmonies of #76BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BECE

Black with #76BECE

Text Example


Text Example

White with #76BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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