Html Css Color HEX #70CFC8 Downy

📋 copy color: '#70CFC8'

red 112 ◦ green 207 ◦ blue 200

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

Shades of Downy #70CFC8

Tints of Downy #70CFC8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

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

R = 21.58%
G = 39.88%
B = 38.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#70CFC8 (or 0x70CFC8) is known color: Downy. HEX triplet: 70, CF and C8. RGB value is (112,207,200). Sum of RGB (Red+Green+Blue) = 112+207+200=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC8 is #8F3037. Grayscale: #B1B1B1. Windows color (decimal): -9383992 or 13160304. OLE color: 13160304.

HSL color Cylindrical-coordinate representation of color #70CFC8: hue angle of 175.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFC8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 200 -
CMYK 0.46 0 0.03 0.19
HSL 175.58º 0.5% 0.63% -
HSV(B) 175.58º 0.46% 0.81% -
XYZ 39.42 52.24 62.65 -
YUV 177.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 112 207 200 0.46 0 0.03 0.19 175.58 0.5 0.63
Hex 70 CF C8 2E 0 3 13 B0 32 3F
Octal 160 317 310 56 0 3 23 260 62 77
Binary 1110000 11001111 11001000 101110 0 11 10011 10110000 110010 111111

Color Harmonies of #70CFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFC8

Black with #70CFC8

Text Example


Text Example

White with #70CFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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