Html Css Color HEX #5FBCA1 Keppel

📋 copy color: '#5FBCA1'

red 95 ◦ green 188 ◦ blue 161

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

Shades of Keppel #5FBCA1

Tints of Keppel #5FBCA1

RGB

 RED value IS 95 (37.5% from 255) = 21.4%

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

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

R = 21.4%
G = 42.34%
B = 36.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#5FBCA1 (or 0x5FBCA1) is known color: Keppel. HEX triplet: 5F, BC and A1. RGB value is (95,188,161). Sum of RGB (Red+Green+Blue) = 95+188+161=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBCA1 is #A0435E. Grayscale: #9D9D9D. Windows color (decimal): -10503007 or 10599519. OLE color: 10599519.

HSL color Cylindrical-coordinate representation of color #5FBCA1: hue angle of 162.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBCA1 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 161 -
CMYK 0.49 0 0.14 0.26
HSL 162.58º 0.41% 0.55% -
HSV(B) 162.58º 0.49% 0.74% -
XYZ 29.14 40.97 40.09 -
YUV 157.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 95 188 161 0.49 0 0.14 0.26 162.58 0.41 0.55
Hex 5F BC A1 31 0 E 1A A3 29 37
Octal 137 274 241 61 0 16 32 243 51 67
Binary 1011111 10111100 10100001 110001 0 1110 11010 10100011 101001 110111

Color Harmonies of #5FBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCA1

Black with #5FBCA1

Text Example


Text Example

White with #5FBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBCA1; }

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

 H1.HeaderClassName
 {
   color: #5FBCA1;
 }
 .AnyTagClassName
 {
   color: #5FBCA1;
 }
</style>

background-color css

<style>
 a { background-color: #5FBCA1; }

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

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

border-color css

<style>
 span { border-color: #5FBCA1; }

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

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