Html Css Color HEX #5FB4A1 Keppel

📋 copy color: '#5FB4A1'

red 95 ◦ green 180 ◦ blue 161

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

Shades of Keppel #5FB4A1

Tints of Keppel #5FB4A1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 21.79%
G = 41.28%
B = 36.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#5FB4A1 (or 0x5FB4A1) is known color: Keppel. HEX triplet: 5F, B4 and A1. RGB value is (95,180,161). Sum of RGB (Red+Green+Blue) = 95+180+161=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4A1 is #A04B5E. Grayscale: #989898. Windows color (decimal): -10505055 or 10597471. OLE color: 10597471.

HSL color Cylindrical-coordinate representation of color #5FB4A1: hue angle of 166.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4A1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 161 -
CMYK 0.47 0 0.11 0.29
HSL 166.59º 0.36% 0.54% -
HSV(B) 166.59º 0.47% 0.71% -
XYZ 27.47 37.65 39.54 -
YUV 152.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 95 180 161 0.47 0 0.11 0.29 166.59 0.36 0.54
Hex 5F B4 A1 2F 0 B 1D A7 24 36
Octal 137 264 241 57 0 13 35 247 44 66
Binary 1011111 10110100 10100001 101111 0 1011 11101 10100111 100100 110110

Color Harmonies of #5FB4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4A1

Black with #5FB4A1

Text Example


Text Example

White with #5FB4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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