Html Css Color HEX #76BECA Seagull

📋 copy color: '#76BECA'

red 118 ◦ green 190 ◦ blue 202

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

Shades of Seagull #76BECA

Tints of Seagull #76BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 23.14%
G = 37.25%
B = 39.61%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#76BECA (or 0x76BECA) is known color: Seagull. HEX triplet: 76, BE and CA. RGB value is (118,190,202). Sum of RGB (Red+Green+Blue) = 118+190+202=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #76BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BECA is #894135. Grayscale: #A9A9A9. Windows color (decimal): -8995126 or 13287030. OLE color: 13287030.

HSL color Cylindrical-coordinate representation of color #76BECA: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BECA is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 190 202 -
CMYK 0.42 0.06 0 0.21
HSL 188.57º 0.44% 0.63% -
HSV(B) 188.57º 0.42% 0.79% -
XYZ 36.55 44.94 62.63 -
YUV 169.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 118 190 202 0.42 0.06 0 0.21 188.57 0.44 0.63
Hex 76 BE CA 2A 6 0 15 BD 2C 3F
Octal 166 276 312 52 6 0 25 275 54 77
Binary 1110110 10111110 11001010 101010 110 0 10101 10111101 101100 111111

Color Harmonies of #76BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BECA

Black with #76BECA

Text Example


Text Example

White with #76BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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