Html Css Color HEX #70BBA1 Keppel

📋 copy color: '#70BBA1'

red 112 ◦ green 187 ◦ blue 161

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

Shades of Keppel #70BBA1

Tints of Keppel #70BBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.65%

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

R = 24.35%
G = 40.65%
B = 35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#70BBA1 (or 0x70BBA1) is known color: Keppel. HEX triplet: 70, BB and A1. RGB value is (112,187,161). Sum of RGB (Red+Green+Blue) = 112+187+161=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA1 is #8F445E. Grayscale: #A1A1A1. Windows color (decimal): -9389151 or 10599280. OLE color: 10599280.

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

Color convert

RGB 112 187 161 -
CMYK 0.40 0 0.14 0.27
HSL 159.2º 0.36% 0.59% -
HSV(B) 159.2º 0.4% 0.73% -
XYZ 30.89 41.56 40.11 -
YUV 161.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 112 187 161 0.40 0 0.14 0.27 159.2 0.36 0.59
Hex 70 BB A1 28 0 E 1B 9F 24 3B
Octal 160 273 241 50 0 16 33 237 44 73
Binary 1110000 10111011 10100001 101000 0 1110 11011 10011111 100100 111011

Color Harmonies of #70BBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BBA1

Black with #70BBA1

Text Example


Text Example

White with #70BBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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