Html Css Color HEX #71BCA1 Keppel

📋 copy color: '#71BCA1'

red 113 ◦ green 188 ◦ blue 161

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

Shades of Keppel #71BCA1

Tints of Keppel #71BCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

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

R = 24.46%
G = 40.69%
B = 34.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#71BCA1 (or 0x71BCA1) is known color: Keppel. HEX triplet: 71, BC and A1. RGB value is (113,188,161). Sum of RGB (Red+Green+Blue) = 113+188+161=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCA1 is #8E435E. Grayscale: #A2A2A2. Windows color (decimal): -9323359 or 10599537. OLE color: 10599537.

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

Color convert

RGB 113 188 161 -
CMYK 0.40 0 0.14 0.26
HSL 158.4º 0.36% 0.59% -
HSV(B) 158.4º 0.4% 0.74% -
XYZ 31.23 42.05 40.19 -
YUV 162.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 113 188 161 0.40 0 0.14 0.26 158.4 0.36 0.59
Hex 71 BC A1 28 0 E 1A 9E 24 3B
Octal 161 274 241 50 0 16 32 236 44 73
Binary 1110001 10111100 10100001 101000 0 1110 11010 10011110 100100 111011

Color Harmonies of #71BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BCA1

Black with #71BCA1

Text Example


Text Example

White with #71BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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