Html Css Color HEX #72CFBC Downy

📋 copy color: '#72CFBC'

red 114 ◦ green 207 ◦ blue 188

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

Shades of Downy #72CFBC

Tints of Downy #72CFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 22.4%
G = 40.67%
B = 36.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#72CFBC (or 0x72CFBC) is known color: Downy. HEX triplet: 72, CF and BC. RGB value is (114,207,188). Sum of RGB (Red+Green+Blue) = 114+207+188=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFBC is #8D3043. Grayscale: #B1B1B1. Windows color (decimal): -9252932 or 12373874. OLE color: 12373874.

HSL color Cylindrical-coordinate representation of color #72CFBC: hue angle of 167.74º 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 #72CFBC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 207 188 -
CMYK 0.45 0 0.09 0.19
HSL 167.74º 0.49% 0.63% -
HSV(B) 167.74º 0.45% 0.81% -
XYZ 38.33 51.83 55.56 -
YUV 177.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 114 207 188 0.45 0 0.09 0.19 167.74 0.49 0.63
Hex 72 CF BC 2D 0 9 13 A8 31 3F
Octal 162 317 274 55 0 11 23 250 61 77
Binary 1110010 11001111 10111100 101101 0 1001 10011 10101000 110001 111111

Color Harmonies of #72CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFBC

Black with #72CFBC

Text Example


Text Example

White with #72CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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