Html Css Color HEX #72C8BD Downy

📋 copy color: '#72C8BD'

red 114 ◦ green 200 ◦ blue 189

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

Shades of Downy #72C8BD

Tints of Downy #72C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 22.66%
G = 39.76%
B = 37.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#72C8BD (or 0x72C8BD) is known color: Downy. HEX triplet: 72, C8 and BD. RGB value is (114,200,189). Sum of RGB (Red+Green+Blue) = 114+200+189=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #72C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72C8BD is #8D3742. Grayscale: #ACACAC. Windows color (decimal): -9254723 or 12437618. OLE color: 12437618.

HSL color Cylindrical-coordinate representation of color #72C8BD: hue angle of 172.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C8BD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 200 189 -
CMYK 0.43 0 0.06 0.22
HSL 172.33º 0.44% 0.62% -
HSV(B) 172.33º 0.43% 0.78% -
XYZ 36.78 48.56 55.58 -
YUV 173.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 114 200 189 0.43 0 0.06 0.22 172.33 0.44 0.62
Hex 72 C8 BD 2B 0 6 16 AC 2C 3E
Octal 162 310 275 53 0 6 26 254 54 76
Binary 1110010 11001000 10111101 101011 0 110 10110 10101100 101100 111110

Color Harmonies of #72C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C8BD

Black with #72C8BD

Text Example


Text Example

White with #72C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,200,189); }

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

background-color css

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

 a { background-color: rgb(114,200,189); }

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

border-color css

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

 span { border-color: rgb(114,200,189); }

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