Html Css Color HEX #7CAACA Seagull

📋 copy color: '#7CAACA'

red 124 ◦ green 170 ◦ blue 202

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

Shades of Seagull #7CAACA

Tints of Seagull #7CAACA

RGB

 RED value IS 124 (48.83% from 255) = 25%

 GREEN value IS 170 (66.8% from 255) = 34.27%

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

R = 25%
G = 34.27%
B = 40.73%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7CAACA (or 0x7CAACA) is known color: Seagull. HEX triplet: 7C, AA and CA. RGB value is (124,170,202). Sum of RGB (Red+Green+Blue) = 124+170+202=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAACA is #835535. Grayscale: #9F9F9F. Windows color (decimal): -8607030 or 13281916. OLE color: 13281916.

HSL color Cylindrical-coordinate representation of color #7CAACA: hue angle of 204.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CAACA is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 170 202 -
CMYK 0.39 0.16 0 0.21
HSL 204.62º 0.42% 0.64% -
HSV(B) 204.62º 0.39% 0.79% -
XYZ 33.35 37.3 61.32 -
YUV 159.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 124 170 202 0.39 0.16 0 0.21 204.62 0.42 0.64
Hex 7C AA CA 27 10 0 15 CD 2A 40
Octal 174 252 312 47 20 0 25 315 52 100
Binary 1111100 10101010 11001010 100111 10000 0 10101 11001101 101010 1000000

Color Harmonies of #7CAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAACA

Black with #7CAACA

Text Example


Text Example

White with #7CAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAACA; }

 p { color: rgb(124,170,202); }

 H1.HeaderClassName
 {
   color: #7CAACA;
 }
 .AnyTagClassName
 {
   color: #7CAACA;
 }
</style>

background-color css

<style>
 a { background-color: #7CAACA; }

 a { background-color: rgb(124,170,202); }

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

border-color css

<style>
 span { border-color: #7CAACA; }

 span { border-color: rgb(124,170,202); }

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