Html Css Color HEX #70CCBB Downy

📋 copy color: '#70CCBB'

red 112 ◦ green 204 ◦ blue 187

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

Shades of Downy #70CCBB

Tints of Downy #70CCBB

RGB

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

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

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

R = 22.27%
G = 40.56%
B = 37.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#70CCBB (or 0x70CCBB) is known color: Downy. HEX triplet: 70, CC and BB. RGB value is (112,204,187). Sum of RGB (Red+Green+Blue) = 112+204+187=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCBB is #8F3344. Grayscale: #AEAEAE. Windows color (decimal): -9384773 or 12307568. OLE color: 12307568.

HSL color Cylindrical-coordinate representation of color #70CCBB: hue angle of 168.91º 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 #70CCBB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 187 -
CMYK 0.45 0 0.08 0.2
HSL 168.91º 0.47% 0.62% -
HSV(B) 168.91º 0.45% 0.8% -
XYZ 37.24 50.22 54.74 -
YUV 174.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 112 204 187 0.45 0 0.08 0.2 168.91 0.47 0.62
Hex 70 CC BB 2D 0 8 14 A9 2F 3E
Octal 160 314 273 55 0 10 24 251 57 76
Binary 1110000 11001100 10111011 101101 0 1000 10100 10101001 101111 111110

Color Harmonies of #70CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCBB

Black with #70CCBB

Text Example


Text Example

White with #70CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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