Html Css Color HEX #71BBA1 Keppel

📋 copy color: '#71BBA1'

red 113 ◦ green 187 ◦ blue 161

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

Shades of Keppel #71BBA1

Tints of Keppel #71BBA1

RGB

 RED value IS 113 (44.53% from 255) = 24.51%

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

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

R = 24.51%
G = 40.56%
B = 34.92%

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

#71BBA1 (or 0x71BBA1) is known color: Keppel. HEX triplet: 71, BB and A1. RGB value is (113,187,161). Sum of RGB (Red+Green+Blue) = 113+187+161=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BBA1 is #8E445E. Grayscale: #A1A1A1. Windows color (decimal): -9323615 or 10599281. OLE color: 10599281.

HSL color Cylindrical-coordinate representation of color #71BBA1: hue angle of 158.92º degrees, saturation: 0.35, 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 #71BBA1 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 161 -
CMYK 0.40 0 0.14 0.27
HSL 158.92º 0.35% 0.59% -
HSV(B) 158.92º 0.4% 0.73% -
XYZ 31.01 41.62 40.12 -
YUV 161.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 113 187 161 0.40 0 0.14 0.27 158.92 0.35 0.59
Hex 71 BB A1 28 0 E 1B 9F 23 3B
Octal 161 273 241 50 0 16 33 237 43 73
Binary 1110001 10111011 10100001 101000 0 1110 11011 10011111 100011 111011

Color Harmonies of #71BBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BBA1

Black with #71BBA1

Text Example


Text Example

White with #71BBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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