Html Css Color HEX #70CFBB Downy

📋 copy color: '#70CFBB'

red 112 ◦ green 207 ◦ blue 187

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

Shades of Downy #70CFBB

Tints of Downy #70CFBB

RGB

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

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

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

R = 22.13%
G = 40.91%
B = 36.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#70CFBB (or 0x70CFBB) is known color: Downy. HEX triplet: 70, CF and BB. RGB value is (112,207,187). Sum of RGB (Red+Green+Blue) = 112+207+187=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFBB is #8F3044. Grayscale: #B0B0B0. Windows color (decimal): -9384005 or 12308336. OLE color: 12308336.

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

Color convert

RGB 112 207 187 -
CMYK 0.46 0 0.10 0.19
HSL 167.37º 0.5% 0.63% -
HSV(B) 167.37º 0.46% 0.81% -
XYZ 37.96 51.66 54.98 -
YUV 176.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 112 207 187 0.46 0 0.10 0.19 167.37 0.5 0.63
Hex 70 CF BB 2E 0 A 13 A7 32 3F
Octal 160 317 273 56 0 12 23 247 62 77
Binary 1110000 11001111 10111011 101110 0 1010 10011 10100111 110010 111111

Color Harmonies of #70CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFBB

Black with #70CFBB

Text Example


Text Example

White with #70CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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