Html Css Color HEX #70CFCB Downy

📋 copy color: '#70CFCB'

red 112 ◦ green 207 ◦ blue 203

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

Shades of Downy #70CFCB

Tints of Downy #70CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 21.46%
G = 39.66%
B = 38.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#70CFCB (or 0x70CFCB) is known color: Downy. HEX triplet: 70, CF and CB. RGB value is (112,207,203). Sum of RGB (Red+Green+Blue) = 112+207+203=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCB is #8F3034. Grayscale: #B2B2B2. Windows color (decimal): -9383989 or 13356912. OLE color: 13356912.

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

Color convert

RGB 112 207 203 -
CMYK 0.46 0 0.02 0.19
HSL 177.47º 0.5% 0.63% -
HSV(B) 177.47º 0.46% 0.81% -
XYZ 39.77 52.38 64.51 -
YUV 178.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 112 207 203 0.46 0 0.02 0.19 177.47 0.5 0.63
Hex 70 CF CB 2E 0 2 13 B1 32 3F
Octal 160 317 313 56 0 2 23 261 62 77
Binary 1110000 11001111 11001011 101110 0 10 10011 10110001 110010 111111

Color Harmonies of #70CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFCB

Black with #70CFCB

Text Example


Text Example

White with #70CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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