Html Css Color HEX #70CBC9 Downy

📋 copy color: '#70CBC9'

red 112 ◦ green 203 ◦ blue 201

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

Shades of Downy #70CBC9

Tints of Downy #70CBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 21.71%
G = 39.34%
B = 38.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#70CBC9 (or 0x70CBC9) is known color: Downy. HEX triplet: 70, CB and C9. RGB value is (112,203,201). Sum of RGB (Red+Green+Blue) = 112+203+201=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBC9 is #8F3436. Grayscale: #AFAFAF. Windows color (decimal): -9385015 or 13224816. OLE color: 13224816.

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

Color convert

RGB 112 203 201 -
CMYK 0.45 0 0.01 0.20
HSL 178.68º 0.47% 0.62% -
HSV(B) 178.68º 0.45% 0.8% -
XYZ 38.58 50.37 62.95 -
YUV 175.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 112 203 201 0.45 0 0.01 0.20 178.68 0.47 0.62
Hex 70 CB C9 2D 0 1 14 B3 2F 3E
Octal 160 313 311 55 0 1 24 263 57 76
Binary 1110000 11001011 11001001 101101 0 1 10100 10110011 101111 111110

Color Harmonies of #70CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBC9

Black with #70CBC9

Text Example


Text Example

White with #70CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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