Html Css Color HEX #73C1CF Seagull

📋 copy color: '#73C1CF'

red 115 ◦ green 193 ◦ blue 207

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

Shades of Seagull #73C1CF

Tints of Seagull #73C1CF

RGB

 RED value IS 115 (45.31% from 255) = 22.33%

 GREEN value IS 193 (75.78% from 255) = 37.48%

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 22.33%
G = 37.48%
B = 40.19%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#73C1CF (or 0x73C1CF) is known color: Seagull. HEX triplet: 73, C1 and CF. RGB value is (115,193,207). Sum of RGB (Red+Green+Blue) = 115+193+207=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #73C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C1CF is #8C3E30. Grayscale: #ABABAB. Windows color (decimal): -9190961 or 13615475. OLE color: 13615475.

HSL color Cylindrical-coordinate representation of color #73C1CF: hue angle of 189.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73C1CF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 193 207 -
CMYK 0.44 0.07 0 0.19
HSL 189.13º 0.49% 0.63% -
HSV(B) 189.13º 0.44% 0.81% -
XYZ 37.4 46.29 65.99 -
YUV 171.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 115 193 207 0.44 0.07 0 0.19 189.13 0.49 0.63
Hex 73 C1 CF 2C 7 0 13 BD 31 3F
Octal 163 301 317 54 7 0 23 275 61 77
Binary 1110011 11000001 11001111 101100 111 0 10011 10111101 110001 111111

Color Harmonies of #73C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C1CF

Black with #73C1CF

Text Example


Text Example

White with #73C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C1CF; }

 p { color: rgb(115,193,207); }

 H1.HeaderClassName
 {
   color: #73C1CF;
 }
 .AnyTagClassName
 {
   color: #73C1CF;
 }
</style>

background-color css

<style>
 a { background-color: #73C1CF; }

 a { background-color: rgb(115,193,207); }

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

border-color css

<style>
 span { border-color: #73C1CF; }

 span { border-color: rgb(115,193,207); }

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