Html Css Color HEX #72CCBA Downy

📋 copy color: '#72CCBA'

red 114 ◦ green 204 ◦ blue 186

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

Shades of Downy #72CCBA

Tints of Downy #72CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 22.62%
G = 40.48%
B = 36.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#72CCBA (or 0x72CCBA) is known color: Downy. HEX triplet: 72, CC and BA. RGB value is (114,204,186). Sum of RGB (Red+Green+Blue) = 114+204+186=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCBA is #8D3345. Grayscale: #AFAFAF. Windows color (decimal): -9253702 or 12242034. OLE color: 12242034.

HSL color Cylindrical-coordinate representation of color #72CCBA: hue angle of 168º degrees, saturation: 0.47, 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 #72CCBA is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 204 186 -
CMYK 0.44 0 0.09 0.2
HSL 168º 0.47% 0.62% -
HSV(B) 168º 0.44% 0.8% -
XYZ 37.4 50.31 54.19 -
YUV 175.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 114 204 186 0.44 0 0.09 0.2 168 0.47 0.62
Hex 72 CC BA 2C 0 9 14 A8 2F 3E
Octal 162 314 272 54 0 11 24 250 57 76
Binary 1110010 11001100 10111010 101100 0 1001 10100 10101000 101111 111110

Color Harmonies of #72CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CCBA

Black with #72CCBA

Text Example


Text Example

White with #72CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,204,186); }

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

background-color css

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

 a { background-color: rgb(114,204,186); }

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

border-color css

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

 span { border-color: rgb(114,204,186); }

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