Html Css Color HEX #70CCBD Downy

📋 copy color: '#70CCBD'

red 112 ◦ green 204 ◦ blue 189

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

Shades of Downy #70CCBD

Tints of Downy #70CCBD

RGB

 RED value IS 112 (44.14% from 255) = 22.18%

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 22.18%
G = 40.4%
B = 37.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#70CCBD (or 0x70CCBD) is known color: Downy. HEX triplet: 70, CC and BD. RGB value is (112,204,189). Sum of RGB (Red+Green+Blue) = 112+204+189=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCBD is #8F3342. Grayscale: #AEAEAE. Windows color (decimal): -9384771 or 12438640. OLE color: 12438640.

HSL color Cylindrical-coordinate representation of color #70CCBD: hue angle of 170.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CCBD is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 189 -
CMYK 0.45 0 0.07 0.2
HSL 170.22º 0.47% 0.62% -
HSV(B) 170.22º 0.45% 0.8% -
XYZ 37.46 50.3 55.88 -
YUV 174.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 112 204 189 0.45 0 0.07 0.2 170.22 0.47 0.62
Hex 70 CC BD 2D 0 7 14 AA 2F 3E
Octal 160 314 275 55 0 7 24 252 57 76
Binary 1110000 11001100 10111101 101101 0 111 10100 10101010 101111 111110

Color Harmonies of #70CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCBD

Black with #70CCBD

Text Example


Text Example

White with #70CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CCBD; }

 p { color: rgb(112,204,189); }

 H1.HeaderClassName
 {
   color: #70CCBD;
 }
 .AnyTagClassName
 {
   color: #70CCBD;
 }
</style>

background-color css

<style>
 a { background-color: #70CCBD; }

 a { background-color: rgb(112,204,189); }

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

border-color css

<style>
 span { border-color: #70CCBD; }

 span { border-color: rgb(112,204,189); }

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