Html Css Color HEX #72C4CF Seagull

📋 copy color: '#72C4CF'

red 114 ◦ green 196 ◦ blue 207

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

Shades of Seagull #72C4CF

Tints of Seagull #72C4CF

RGB

 RED value IS 114 (44.92% from 255) = 22.05%

 GREEN value IS 196 (76.95% from 255) = 37.91%

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

R = 22.05%
G = 37.91%
B = 40.04%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#72C4CF (or 0x72C4CF) is known color: Seagull. HEX triplet: 72, C4 and CF. RGB value is (114,196,207). Sum of RGB (Red+Green+Blue) = 114+196+207=517 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.05% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #72C4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C4CF is #8D3B30. Grayscale: #ACACAC. Windows color (decimal): -9255729 or 13616242. OLE color: 13616242.

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

Color convert

RGB 114 196 207 -
CMYK 0.45 0.05 0 0.19
HSL 187.1º 0.49% 0.63% -
HSV(B) 187.1º 0.45% 0.81% -
XYZ 37.94 47.56 66.21 -
YUV 172.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 114 196 207 0.45 0.05 0 0.19 187.1 0.49 0.63
Hex 72 C4 CF 2D 5 0 13 BB 31 3F
Octal 162 304 317 55 5 0 23 273 61 77
Binary 1110010 11000100 11001111 101101 101 0 10011 10111011 110001 111111

Color Harmonies of #72C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C4CF

Black with #72C4CF

Text Example


Text Example

White with #72C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72C4CF; }

 p { color: rgb(114,196,207); }

 H1.HeaderClassName
 {
   color: #72C4CF;
 }
 .AnyTagClassName
 {
   color: #72C4CF;
 }
</style>

background-color css

<style>
 a { background-color: #72C4CF; }

 a { background-color: rgb(114,196,207); }

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

border-color css

<style>
 span { border-color: #72C4CF; }

 span { border-color: rgb(114,196,207); }

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