Html Css Color HEX #70CBCA Downy

📋 copy color: '#70CBCA'

red 112 ◦ green 203 ◦ blue 202

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

Shades of Downy #70CBCA

Tints of Downy #70CBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 21.66%
G = 39.26%
B = 39.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#70CBCA (or 0x70CBCA) is known color: Downy. HEX triplet: 70, CB and CA. RGB value is (112,203,202). Sum of RGB (Red+Green+Blue) = 112+203+202=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #70CBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CBCA is #8F3435. Grayscale: #AFAFAF. Windows color (decimal): -9385014 or 13290352. OLE color: 13290352.

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

Color convert

RGB 112 203 202 -
CMYK 0.45 0 0.00 0.20
HSL 179.34º 0.47% 0.62% -
HSV(B) 179.34º 0.45% 0.8% -
XYZ 38.7 50.42 63.57 -
YUV 175.68 142.85 82.58 -
System Red Green Blue C M Y K H S L
Decimal 112 203 202 0.45 0 0.00 0.20 179.34 0.47 0.62
Hex 70 CB CA 2D 0 0 14 B3 2F 3E
Octal 160 313 312 55 0 0 24 263 57 76
Binary 1110000 11001011 11001010 101101 0 0 10100 10110011 101111 111110

Color Harmonies of #70CBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CBCA

Black with #70CBCA

Text Example


Text Example

White with #70CBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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