Html Css Color HEX #70CCBE Downy

📋 copy color: '#70CCBE'

red 112 ◦ green 204 ◦ blue 190

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

Shades of Downy #70CCBE

Tints of Downy #70CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 22.13%
G = 40.32%
B = 37.55%

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

#70CCBE (or 0x70CCBE) is known color: Downy. HEX triplet: 70, CC and BE. RGB value is (112,204,190). Sum of RGB (Red+Green+Blue) = 112+204+190=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #70CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CCBE is #8F3341. Grayscale: #AEAEAE. Windows color (decimal): -9384770 or 12504176. OLE color: 12504176.

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

Color convert

RGB 112 204 190 -
CMYK 0.45 0 0.07 0.2
HSL 170.87º 0.47% 0.62% -
HSV(B) 170.87º 0.45% 0.8% -
XYZ 37.57 50.35 56.45 -
YUV 174.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 112 204 190 0.45 0 0.07 0.2 170.87 0.47 0.62
Hex 70 CC BE 2D 0 7 14 AB 2F 3E
Octal 160 314 276 55 0 7 24 253 57 76
Binary 1110000 11001100 10111110 101101 0 111 10100 10101011 101111 111110

Color Harmonies of #70CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCBE

Black with #70CCBE

Text Example


Text Example

White with #70CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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