Html Css Color HEX #72CBBB Downy

📋 copy color: '#72CBBB'

red 114 ◦ green 203 ◦ blue 187

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

Shades of Downy #72CBBB

Tints of Downy #72CBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 22.62%
G = 40.28%
B = 37.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#72CBBB (or 0x72CBBB) is known color: Downy. HEX triplet: 72, CB and BB. RGB value is (114,203,187). Sum of RGB (Red+Green+Blue) = 114+203+187=504 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.62% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBBB is #8D3444. Grayscale: #AEAEAE. Windows color (decimal): -9253957 or 12307314. OLE color: 12307314.

HSL color Cylindrical-coordinate representation of color #72CBBB: hue angle of 169.21º 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 #72CBBB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 203 187 -
CMYK 0.44 0 0.08 0.20
HSL 169.21º 0.46% 0.62% -
HSV(B) 169.21º 0.44% 0.8% -
XYZ 37.27 49.88 54.68 -
YUV 174.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 114 203 187 0.44 0 0.08 0.20 169.21 0.46 0.62
Hex 72 CB BB 2C 0 8 14 A9 2E 3E
Octal 162 313 273 54 0 10 24 251 56 76
Binary 1110010 11001011 10111011 101100 0 1000 10100 10101001 101110 111110

Color Harmonies of #72CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBBB

Black with #72CBBB

Text Example


Text Example

White with #72CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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