Html Css Color HEX #72C3CB Seagull

📋 copy color: '#72C3CB'

red 114 ◦ green 195 ◦ blue 203

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

Shades of Seagull #72C3CB

Tints of Seagull #72C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 22.27%
G = 38.09%
B = 39.65%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#72C3CB (or 0x72C3CB) is known color: Seagull. HEX triplet: 72, C3 and CB. RGB value is (114,195,203). Sum of RGB (Red+Green+Blue) = 114+195+203=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #72C3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C3CB is #8D3C34. Grayscale: #ABABAB. Windows color (decimal): -9255989 or 13353842. OLE color: 13353842.

HSL color Cylindrical-coordinate representation of color #72C3CB: hue angle of 185.39º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C3CB is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 195 203 -
CMYK 0.44 0.04 0 0.20
HSL 185.39º 0.46% 0.62% -
HSV(B) 185.39º 0.44% 0.8% -
XYZ 37.23 46.92 63.59 -
YUV 171.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 114 195 203 0.44 0.04 0 0.20 185.39 0.46 0.62
Hex 72 C3 CB 2C 4 0 14 B9 2E 3E
Octal 162 303 313 54 4 0 24 271 56 76
Binary 1110010 11000011 11001011 101100 100 0 10100 10111001 101110 111110

Color Harmonies of #72C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C3CB

Black with #72C3CB

Text Example


Text Example

White with #72C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,195,203); }

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

background-color css

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

 a { background-color: rgb(114,195,203); }

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

border-color css

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

 span { border-color: rgb(114,195,203); }

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