Html Css Color HEX #70BDA0 Keppel

📋 copy color: '#70BDA0'

red 112 ◦ green 189 ◦ blue 160

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

Shades of Keppel #70BDA0

Tints of Keppel #70BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 24.3%
G = 41%
B = 34.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#70BDA0 (or 0x70BDA0) is known color: Keppel. HEX triplet: 70, BD and A0. RGB value is (112,189,160). Sum of RGB (Red+Green+Blue) = 112+189+160=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDA0 is #8F425F. Grayscale: #A2A2A2. Windows color (decimal): -9388640 or 10534256. OLE color: 10534256.

HSL color Cylindrical-coordinate representation of color #70BDA0: hue angle of 157.4º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDA0 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 160 -
CMYK 0.41 0 0.15 0.26
HSL 157.4º 0.37% 0.59% -
HSV(B) 157.4º 0.41% 0.74% -
XYZ 31.22 42.38 39.79 -
YUV 162.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 112 189 160 0.41 0 0.15 0.26 157.4 0.37 0.59
Hex 70 BD A0 29 0 F 1A 9D 25 3B
Octal 160 275 240 51 0 17 32 235 45 73
Binary 1110000 10111101 10100000 101001 0 1111 11010 10011101 100101 111011

Color Harmonies of #70BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDA0

Black with #70BDA0

Text Example


Text Example

White with #70BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,189,160); }

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

background-color css

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

 a { background-color: rgb(112,189,160); }

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

border-color css

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

 span { border-color: rgb(112,189,160); }

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