Html Css Color HEX #70CBC7 Downy

📋 copy color: '#70CBC7'

red 112 ◦ green 203 ◦ blue 199

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

Shades of Downy #70CBC7

Tints of Downy #70CBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 21.79%
G = 39.49%
B = 38.72%

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

#70CBC7 (or 0x70CBC7) is known color: Downy. HEX triplet: 70, CB and C7. RGB value is (112,203,199). Sum of RGB (Red+Green+Blue) = 112+203+199=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBC7 is #8F3438. Grayscale: #AFAFAF. Windows color (decimal): -9385017 or 13093744. OLE color: 13093744.

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

Color convert

RGB 112 203 199 -
CMYK 0.45 0 0.02 0.20
HSL 177.36º 0.47% 0.62% -
HSV(B) 177.36º 0.45% 0.8% -
XYZ 38.35 50.28 61.72 -
YUV 175.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 112 203 199 0.45 0 0.02 0.20 177.36 0.47 0.62
Hex 70 CB C7 2D 0 2 14 B1 2F 3E
Octal 160 313 307 55 0 2 24 261 57 76
Binary 1110000 11001011 11000111 101101 0 10 10100 10110001 101111 111110

Color Harmonies of #70CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBC7

Black with #70CBC7

Text Example


Text Example

White with #70CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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