Html Css Color HEX #70CBC8 Downy

📋 copy color: '#70CBC8'

red 112 ◦ green 203 ◦ blue 200

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

Shades of Downy #70CBC8

Tints of Downy #70CBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 21.75%
G = 39.42%
B = 38.83%

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

#70CBC8 (or 0x70CBC8) is known color: Downy. HEX triplet: 70, CB and C8. RGB value is (112,203,200). Sum of RGB (Red+Green+Blue) = 112+203+200=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBC8 is #8F3437. Grayscale: #AFAFAF. Windows color (decimal): -9385016 or 13159280. OLE color: 13159280.

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

Color convert

RGB 112 203 200 -
CMYK 0.45 0 0.01 0.20
HSL 178.02º 0.47% 0.62% -
HSV(B) 178.02º 0.45% 0.8% -
XYZ 38.46 50.33 62.33 -
YUV 175.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 112 203 200 0.45 0 0.01 0.20 178.02 0.47 0.62
Hex 70 CB C8 2D 0 1 14 B2 2F 3E
Octal 160 313 310 55 0 1 24 262 57 76
Binary 1110000 11001011 11001000 101101 0 1 10100 10110010 101111 111110

Color Harmonies of #70CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBC8

Black with #70CBC8

Text Example


Text Example

White with #70CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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