Html Css Color HEX #70BD9F Keppel

📋 copy color: '#70BD9F'

red 112 ◦ green 189 ◦ blue 159

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

Shades of Keppel #70BD9F

Tints of Keppel #70BD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 24.35%
G = 41.09%
B = 34.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#70BD9F (or 0x70BD9F) is known color: Keppel. HEX triplet: 70, BD and 9F. RGB value is (112,189,159). Sum of RGB (Red+Green+Blue) = 112+189+159=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD9F is #8F4260. Grayscale: #A2A2A2. Windows color (decimal): -9388641 or 10468720. OLE color: 10468720.

HSL color Cylindrical-coordinate representation of color #70BD9F: hue angle of 156.62º 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 #70BD9F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 159 -
CMYK 0.41 0 0.16 0.26
HSL 156.62º 0.37% 0.59% -
HSV(B) 156.62º 0.41% 0.74% -
XYZ 31.14 42.34 39.33 -
YUV 162.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 112 189 159 0.41 0 0.16 0.26 156.62 0.37 0.59
Hex 70 BD 9F 29 0 10 1A 9D 25 3B
Octal 160 275 237 51 0 20 32 235 45 73
Binary 1110000 10111101 10011111 101001 0 10000 11010 10011101 100101 111011

Color Harmonies of #70BD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD9F

Black with #70BD9F

Text Example


Text Example

White with #70BD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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