#84C0CB

Color #84C0CB Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #84C0CB

Tints of Seagull #84C0CB

Color information

#84C0CB (or 0x84C0CB) is unknown color: approx Seagull. HEX triplet: 84, C0 and CB. RGB value is (132,192,203). Sum of RGB (Red+Green+Blue) = 132+192+203=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #84C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C0CB is #7B3F34. Grayscale: #AFAFAF. Windows color (decimal): -8077109 or 13353092. OLE color: 13353092.

HSL color Cylindrical-coordinate representation of color #84C0CB: hue angle of 189.3º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C0CB is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132192203-
CMYK0.350.0500.20
HSL189.3º40.57%65.69%-
HSV(B)189.3º34.98%79.61%-
XYZ39.1446.9263.49-
YUV175.31143.6297.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=25.05%
G=36.43%
B=38.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321922030.350.0500.20189.340.5765.69
Hex84C0CB235014bd2942
Octal20430031343502427551102
Binary100001001100000011001011100011101010100101111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84C0CB; }

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

 H1.HeaderClassName
 {
   color: #84C0CB;
 }
 .AnyTagClassName
 {
   color: #84C0CB;
 }
</style>
background-color css

<style>
 a { background-color: #84C0CB; }

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

 div.DivClassName
 {
   background-color: #84C0CB;
 }
 .BgClassName
 {
   background-color: #84C0CB;
 }
</style>
border-color css

<style>
 span { border-color: #84C0CB; }

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

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