Html Css Color HEX #7CC0CB Seagull

📋 copy color: '#7CC0CB'

red 124 ◦ green 192 ◦ blue 203

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

Shades of Seagull #7CC0CB

Tints of Seagull #7CC0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 23.89%
G = 36.99%
B = 39.11%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CC0CB (or 0x7CC0CB) is known color: Seagull. HEX triplet: 7C, C0 and CB. RGB value is (124,192,203). Sum of RGB (Red+Green+Blue) = 124+192+203=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0CB is #833F34. Grayscale: #ACACAC. Windows color (decimal): -8601397 or 13353084. OLE color: 13353084.

HSL color Cylindrical-coordinate representation of color #7CC0CB: hue angle of 188.35º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CC0CB is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 192 203 -
CMYK 0.39 0.05 0 0.20
HSL 188.35º 0.43% 0.64% -
HSV(B) 188.35º 0.39% 0.8% -
XYZ 37.94 46.3 63.44 -
YUV 172.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 124 192 203 0.39 0.05 0 0.20 188.35 0.43 0.64
Hex 7C C0 CB 27 5 0 14 BC 2B 40
Octal 174 300 313 47 5 0 24 274 53 100
Binary 1111100 11000000 11001011 100111 101 0 10100 10111100 101011 1000000

Color Harmonies of #7CC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC0CB

Black with #7CC0CB

Text Example


Text Example

White with #7CC0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,192,203); }

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

background-color css

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

 a { background-color: rgb(124,192,203); }

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

border-color css

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

 span { border-color: rgb(124,192,203); }

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