Html Css Color HEX #70CBC6 Downy

📋 copy color: '#70CBC6'

red 112 ◦ green 203 ◦ blue 198

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

Shades of Downy #70CBC6

Tints of Downy #70CBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.57%

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 21.83%
G = 39.57%
B = 38.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#70CBC6 (or 0x70CBC6) is known color: Downy. HEX triplet: 70, CB and C6. RGB value is (112,203,198). Sum of RGB (Red+Green+Blue) = 112+203+198=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBC6 is #8F3439. Grayscale: #AFAFAF. Windows color (decimal): -9385018 or 13028208. OLE color: 13028208.

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

Color convert

RGB 112 203 198 -
CMYK 0.45 0 0.02 0.20
HSL 176.7º 0.47% 0.62% -
HSV(B) 176.7º 0.45% 0.8% -
XYZ 38.23 50.23 61.11 -
YUV 175.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 112 203 198 0.45 0 0.02 0.20 176.7 0.47 0.62
Hex 70 CB C6 2D 0 2 14 B1 2F 3E
Octal 160 313 306 55 0 2 24 261 57 76
Binary 1110000 11001011 11000110 101101 0 10 10100 10110001 101111 111110

Color Harmonies of #70CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBC6

Black with #70CBC6

Text Example


Text Example

White with #70CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,198); }

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

background-color css

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

 a { background-color: rgb(112,203,198); }

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

border-color css

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

 span { border-color: rgb(112,203,198); }

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