Html Css Color HEX #5FB9A0 Keppel

📋 copy color: '#5FB9A0'

red 95 ◦ green 185 ◦ blue 160

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

Shades of Keppel #5FB9A0

Tints of Keppel #5FB9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 21.59%
G = 42.05%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#5FB9A0 (or 0x5FB9A0) is known color: Keppel. HEX triplet: 5F, B9 and A0. RGB value is (95,185,160). Sum of RGB (Red+Green+Blue) = 95+185+160=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB9A0 is #A0465F. Grayscale: #9B9B9B. Windows color (decimal): -10503776 or 10533215. OLE color: 10533215.

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

Color convert

RGB 95 185 160 -
CMYK 0.49 0 0.14 0.27
HSL 163.33º 0.39% 0.55% -
HSV(B) 163.33º 0.49% 0.73% -
XYZ 28.41 39.67 39.42 -
YUV 155.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 95 185 160 0.49 0 0.14 0.27 163.33 0.39 0.55
Hex 5F B9 A0 31 0 E 1B A3 27 37
Octal 137 271 240 61 0 16 33 243 47 67
Binary 1011111 10111001 10100000 110001 0 1110 11011 10100011 100111 110111

Color Harmonies of #5FB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB9A0

Black with #5FB9A0

Text Example


Text Example

White with #5FB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,185,160); }

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

background-color css

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

 a { background-color: rgb(95,185,160); }

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

border-color css

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

 span { border-color: rgb(95,185,160); }

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