Html Css Color HEX #72CFCB Downy

📋 copy color: '#72CFCB'

red 114 ◦ green 207 ◦ blue 203

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

Shades of Downy #72CFCB

Tints of Downy #72CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 21.76%
G = 39.5%
B = 38.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#72CFCB (or 0x72CFCB) is known color: Downy. HEX triplet: 72, CF and CB. RGB value is (114,207,203). Sum of RGB (Red+Green+Blue) = 114+207+203=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #72CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CFCB is #8D3034. Grayscale: #B2B2B2. Windows color (decimal): -9252917 or 13356914. OLE color: 13356914.

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

Color convert

RGB 114 207 203 -
CMYK 0.45 0 0.02 0.19
HSL 177.42º 0.49% 0.63% -
HSV(B) 177.42º 0.45% 0.81% -
XYZ 40.03 52.51 64.53 -
YUV 178.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 114 207 203 0.45 0 0.02 0.19 177.42 0.49 0.63
Hex 72 CF CB 2D 0 2 13 B1 31 3F
Octal 162 317 313 55 0 2 23 261 61 77
Binary 1110010 11001111 11001011 101101 0 10 10011 10110001 110001 111111

Color Harmonies of #72CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CFCB

Black with #72CFCB

Text Example


Text Example

White with #72CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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