Html Css Color HEX #70CFB4 Downy

📋 copy color: '#70CFB4'

red 112 ◦ green 207 ◦ blue 180

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

Shades of Downy #70CFB4

Tints of Downy #70CFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 22.44%
G = 41.48%
B = 36.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#70CFB4 (or 0x70CFB4) is known color: Downy. HEX triplet: 70, CF and B4. RGB value is (112,207,180). Sum of RGB (Red+Green+Blue) = 112+207+180=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFB4 is #8F304B. Grayscale: #AFAFAF. Windows color (decimal): -9384012 or 11849584. OLE color: 11849584.

HSL color Cylindrical-coordinate representation of color #70CFB4: hue angle of 162.95º 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 #70CFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 180 -
CMYK 0.46 0 0.13 0.19
HSL 162.95º 0.5% 0.63% -
HSV(B) 162.95º 0.46% 0.81% -
XYZ 37.23 51.37 51.13 -
YUV 175.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 112 207 180 0.46 0 0.13 0.19 162.95 0.5 0.63
Hex 70 CF B4 2E 0 D 13 A3 32 3F
Octal 160 317 264 56 0 15 23 243 62 77
Binary 1110000 11001111 10110100 101110 0 1101 10011 10100011 110010 111111

Color Harmonies of #70CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFB4

Black with #70CFB4

Text Example


Text Example

White with #70CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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