Html Css Color HEX #70BAA1 Keppel

📋 copy color: '#70BAA1'

red 112 ◦ green 186 ◦ blue 161

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

Shades of Keppel #70BAA1

Tints of Keppel #70BAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 161 (63.28% from 255) = 35.08%

R = 24.4%
G = 40.52%
B = 35.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#70BAA1 (or 0x70BAA1) is known color: Keppel. HEX triplet: 70, BA and A1. RGB value is (112,186,161). Sum of RGB (Red+Green+Blue) = 112+186+161=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAA1 is #8F455E. Grayscale: #A1A1A1. Windows color (decimal): -9389407 or 10599024. OLE color: 10599024.

HSL color Cylindrical-coordinate representation of color #70BAA1: hue angle of 159.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAA1 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 161 -
CMYK 0.40 0 0.13 0.27
HSL 159.73º 0.35% 0.58% -
HSV(B) 159.73º 0.4% 0.73% -
XYZ 30.67 41.14 40.04 -
YUV 161.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 112 186 161 0.40 0 0.13 0.27 159.73 0.35 0.58
Hex 70 BA A1 28 0 D 1B A0 23 3A
Octal 160 272 241 50 0 15 33 240 43 72
Binary 1110000 10111010 10100001 101000 0 1101 11011 10100000 100011 111010

Color Harmonies of #70BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAA1

Black with #70BAA1

Text Example


Text Example

White with #70BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,161); }

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

background-color css

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

 a { background-color: rgb(112,186,161); }

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

border-color css

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

 span { border-color: rgb(112,186,161); }

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