Html Css Color HEX #70CEBC Downy

📋 copy color: '#70CEBC'

red 112 ◦ green 206 ◦ blue 188

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

Shades of Downy #70CEBC

Tints of Downy #70CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

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

R = 22.13%
G = 40.71%
B = 37.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#70CEBC (or 0x70CEBC) is known color: Downy. HEX triplet: 70, CE and BC. RGB value is (112,206,188). Sum of RGB (Red+Green+Blue) = 112+206+188=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEBC is #8F3143. Grayscale: #AFAFAF. Windows color (decimal): -9384260 or 12373616. OLE color: 12373616.

HSL color Cylindrical-coordinate representation of color #70CEBC: hue angle of 168.51º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEBC is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 188 -
CMYK 0.46 0 0.09 0.19
HSL 168.51º 0.49% 0.62% -
HSV(B) 168.51º 0.46% 0.81% -
XYZ 37.83 51.22 55.47 -
YUV 175.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 112 206 188 0.46 0 0.09 0.19 168.51 0.49 0.62
Hex 70 CE BC 2E 0 9 13 A9 31 3E
Octal 160 316 274 56 0 11 23 251 61 76
Binary 1110000 11001110 10111100 101110 0 1001 10011 10101001 110001 111110

Color Harmonies of #70CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEBC

Black with #70CEBC

Text Example


Text Example

White with #70CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,188); }

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

background-color css

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

 a { background-color: rgb(112,206,188); }

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

border-color css

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

 span { border-color: rgb(112,206,188); }

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