Html Css Color HEX #72CBBC Downy

📋 copy color: '#72CBBC'

red 114 ◦ green 203 ◦ blue 188

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

Shades of Downy #72CBBC

Tints of Downy #72CBBC

RGB

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

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

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

R = 22.57%
G = 40.2%
B = 37.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#72CBBC (or 0x72CBBC) is known color: Downy. HEX triplet: 72, CB and BC. RGB value is (114,203,188). Sum of RGB (Red+Green+Blue) = 114+203+188=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #72CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CBBC is #8D3443. Grayscale: #AEAEAE. Windows color (decimal): -9253956 or 12372850. OLE color: 12372850.

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

Color convert

RGB 114 203 188 -
CMYK 0.44 0 0.07 0.20
HSL 169.89º 0.46% 0.62% -
HSV(B) 169.89º 0.44% 0.8% -
XYZ 37.37 49.92 55.24 -
YUV 174.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 114 203 188 0.44 0 0.07 0.20 169.89 0.46 0.62
Hex 72 CB BC 2C 0 7 14 AA 2E 3E
Octal 162 313 274 54 0 7 24 252 56 76
Binary 1110010 11001011 10111100 101100 0 111 10100 10101010 101110 111110

Color Harmonies of #72CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBBC

Black with #72CBBC

Text Example


Text Example

White with #72CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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